realpython / dockerizing-django

https://realpython.com/blog/python/django-development-with-docker-compose-and-machine/
1.34k stars 484 forks source link

Convert to version 3 syntax #49

Open peterfpeterson opened 7 years ago

peterfpeterson commented 7 years ago

The version 3 syntax of the compose file shares volumes between containers differently. This moves the example forward to the new syntax.