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

Use docker-compose for local development #125

Open
alexgleason opened this issue Feb 8, 2018 · 0 comments
Open

Use docker-compose for local development #125

alexgleason opened this issue Feb 8, 2018 · 0 comments
Labels

Comments

@alexgleason
Copy link
Contributor

Unfortunately dev.sh doesn't scale very well and maybe I'm not as clever as I thought. As soon as we want to add another service like redis or memcached it changes the whole thing. docker-compose is a lot more scalable and it may be worth forcing the developers to install another package before getting started.

I've struggled to get it up and running though due to various issues. I'll need to remember to set INTERNAL_IPS, for one. I could've sworn I tried this and it didn't work, though. Maybe the way cookiecutter-django does it would be worth looking at.

It might also be good for production, although I'm not sure how gracefully it deals with reboots, new deploys, and configuration changes like Dokku does.

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

No branches or pull requests

1 participant