Deploying Apps with Compose
Learn to deploy an application with Docker Compose.
In this lesson, you’ll use the Compose file to deploy the app. You’ll need a local copy of the course GitHub repo, and you’ll need to run all commands from the multi-container
folder.
The docker compose up
command
Run the following command to deploy the app. By default, it deploys the app defined in the compose.yaml
file in the working directory.
Get hands-on with 1400+ tech skills courses.