realpython / orchestrating-docker

https://realpython.com/blog/python/dockerizing-flask-with-compose-and-machine-from-localhost-to-the-cloud/
465 stars 154 forks source link

feat: update docker compose api version 3 #13

Closed DahlitzFlorian closed 5 years ago

DahlitzFlorian commented 5 years ago

Note: The nginx Dockerfile now uses COPY instead of ADD as it's only meant to copy a certain file and not unpack or download it.

dbader commented 5 years ago

Awesome, thanks a ton @DahlitzFlorian!