Deploying an App with Compose
Learn to deploy an application with Docker Compose.
Getting the code
In this lesson, we’ll deploy the app defined in a Compose file. To do this, you’ll need the following four files from this repository:
Dockerfile
app.py
requirements.txt
docker-compose.yml
We have already cloned the repository in our playground in the folder usercode
.
If you are following along locally, you can also clone the Git repository using the command below:
Get hands-on with 1200+ tech skills courses.