datamade / how-to

📚 Doing all sorts of things, the DataMade way
MIT License
86 stars 12 forks source link

Don't automatically restart app containers #92

Closed jeancochrane closed 4 years ago

jeancochrane commented 4 years ago

Overview

I don't fully understand why we set app containers to automatically restart in development, and it has the annoying side effect of causing random apps to start up when I start up Docker. This PR proposes removing this setting from the new-django-app and python-docker-env environments.

Testing Instructions