Additional resources
The following resources provide additional information related to the topics covered in this chapter:
- Source code for this chapter – https://github.com/PacktPublishing/Django-4-by-example/tree/main/Chapter17
- Docker Compose overview – https://docs.docker.com/compose/
- Installing Docker Desktop – https://docs.docker.com/compose/install/compose-desktop/
- Official Python Docker image – https://hub.docker.com/_/python
- Dockerfile reference – https://docs.docker.com/engine/reference/builder/
requirements.txt
file for this chapter – https://github.com/PacktPublishing/Django-4-by-example/blob/main/Chapter17/requirements.txt- YAML file example – https://yaml.org/
Dockerfile build
section – https://docs.docker.com/compose/compose-file/build/- Docker restart policy – https://docs.docker.com/config/containers/start-containers-automatically/
- Docker volumes...