-
Notifications
You must be signed in to change notification settings - Fork 262
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
Conversation
|
@yssavchuk Please, don't include Node.js in Docker images. Also use latest Ruby – 2.5. |
@yssavchuk Please, allow to customize RAILS_ENV in Docker image. Always set RAILS_ENV. |
@yssavchuk You can check peatio repo on how to solve these issues. |
@yivo okay thanks |
config/database.yml
Outdated
database: barong_production | ||
username: barong | ||
password: <%= ENV['BARONG_DATABASE_PASSWORD'] %> | ||
database: <%= ENV['DATABASE_NAME'] %> |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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!
@yssavchuk Please, rebase. |
6af0438
to
c83bb72
Compare
136d1be
to
bd7e3c9
Compare
…pipeline, Helm & other stuff.
There was a problem hiding this 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
No description provided.