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

Feat: Allow configuration using environment variables #11

Merged
merged 3 commits into from
Mar 10, 2019

Conversation

dlovera
Copy link

@dlovera dlovera commented Mar 8, 2019

Hi,
I use the dockerized version of your trello-burndown (which is great by the way!) and thought it would be nice to use environment variables for configuration instead of config file (so I don't bother creating volumes) Using environment variables also allows to use a remote database (I use postgresql instead of sqlite)
Hope this can help.

@dlovera
Copy link
Author

dlovera commented Mar 8, 2019

We actually deployed trello-burndown in AWS with postgresql in RDS, configuration is retrieved from AWS parameter store using chamber and it works like a charm.
For anyone looking for the same setup, just use this:
dlovera@010cbf9

@dlovera dlovera changed the title Feat/env var configuration Feat: Allow configuration using environment variables Mar 8, 2019
@mtricht mtricht merged commit 1e59b6d into mtricht:master Mar 10, 2019
@mtricht
Copy link
Owner

mtricht commented Mar 10, 2019

Thanks for your contribution! I'll test, build and publish the changes soon!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants