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

Include a Dockerfile and change configuration strategy to use a JSON file #28

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

bobbytables
Copy link

This changes around how configuration is loaded, pulling from the JSON file for everything.

This is done to enable Docker containerization easily. By mounting a config.json file in the container on start, and setting an ENV variable pointing to that file. We can easily load in configuration to the container on start.

We're using this fork at Namely right now and it's working great. Super easy to deploy.

@brandonshin - I'm happy to add you to the slackbots docker organization on hub.docker.com

@bobbytables
Copy link
Author

@brandonshin - What do you think of this approach ? Full Disclosure, I am not a python dev. 😈

@bobbytables bobbytables changed the title [WIP] Dockerize Include a Dockerfile and change configuration strategy to use a JSON file Oct 9, 2015
@brandonshin
Copy link
Owner

taking a look at it 👍 Thanks for the PR, making it easy to onboard is definitely a priority. I'll reach out to you to discuss a couple points before pulling it in

@bobbytables
Copy link
Author

@brandonshin - Looking forward to your feedback.

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.

None yet

2 participants