This is the finished source code for the tutorial Deploying Django with Docker Compose.
In this tutorial, we teach you how to prepare and deploying a Django project to an AWS EC2 instance using Docker Compose.
For Software Samurais: to use run this BackendApp you need to do the following step:
- Start the docker desktop app on your device
- run the command "docker-compose up"
- After making substantial changes you would need to rebuild the image. Preferrably by deleting the old image from the docker desktop app and running the command again.
- the backed app is reachable at "localhost:8000"