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-5-by-example/tree/main/Chapter17
- Docker Compose overview: https://docs.docker.com/compose/
- Installing Docker Compose: https://docs.docker.com/compose/install/compose-desktop/
- Official Python Docker image: https://hub.docker.com/_/python
- Dockerfile reference: https://docs.docker.com/reference/dockerfile/
requirements.txt
file for this chapter: https://github.com/PacktPublishing/Django-5-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: https://docs.docker.com/storage/volumes/
- Docker Compose specification...