Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Development & software operations #5

Merged
merged 1 commit into from
Jan 10, 2018
Merged

Development & software operations #5

merged 1 commit into from
Jan 10, 2018

Conversation

ysv
Copy link
Contributor

@ysv ysv commented Jan 8, 2018

No description provided.

@ysv
Copy link
Contributor Author

ysv commented Jan 8, 2018

  • Dockerfile
  • Custom database env and database.yml
  • Remove code duplication use _helpers.tpl
  • Generate tls secret from host
  • Pipeline setup
  • Container ruby update

@yivo
Copy link

yivo commented Jan 8, 2018

@yssavchuk Please, don't include Node.js in Docker images. Also use latest Ruby – 2.5.

@yivo
Copy link

yivo commented Jan 8, 2018

@yssavchuk Please, allow to customize RAILS_ENV in Docker image. Always set RAILS_ENV.

@yivo
Copy link

yivo commented Jan 8, 2018

@yssavchuk You can check peatio repo on how to solve these issues.

@ysv
Copy link
Contributor Author

ysv commented Jan 9, 2018

@yivo okay thanks

@ysv ysv changed the title [WIP] Development & software operation Development & software operation Jan 9, 2018
database: barong_production
username: barong
password: <%= ENV['BARONG_DATABASE_PASSWORD'] %>
database: <%= ENV['DATABASE_NAME'] %>
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@yssavchuk Please, use ENV.fetch if you require value.

name: {{ template "fullname" . }}
key: cookiesSecretKey
{{- if .Values.db.password }}
- name: DATABASE_PASS
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@yssavchuk It is much better to use DATABASE_PASS!

@yivo
Copy link

yivo commented Jan 9, 2018

@yssavchuk Please, rebase.

@yivo yivo changed the title Development & software operation [WIP] Development & software operation Jan 9, 2018
@yivo yivo changed the title [WIP] Development & software operation [WIP] Development & software operations Jan 9, 2018
@yivo yivo force-pushed the kite branch 2 times, most recently from 6af0438 to c83bb72 Compare January 10, 2018 00:54
@yivo yivo changed the title [WIP] Development & software operations Development & software operations Jan 10, 2018
Copy link
Contributor

@mod mod left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use puma with a config like we did on peatio

@mod mod merged commit 65a20c4 into openware:master Jan 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

3 participants