Deployment Strategies
Docker
Docker Compose
Image Registries
Deploying to the Cloud
Practice
Assignment
Back end Track
Under construction
<aside>
🚧
This page is currently under construction. Please check back later.
</aside>
Implementation plan:
- What is Docker Compose — defining multi-container setups
docker-compose.yml structure: services, ports, volumes, environment variables
- Running app + PostgreSQL together
- Networking between containers
- Volumes for persistent data
docker compose up, docker compose down
- Exercise: add Docker Compose to the Week 7 project
The HackYourFuture curriculum is licensed under CC BY-NC-SA 4.0

*https://hackyourfuture.net/*
Found a mistake or have a suggestion? Let us know in the feedback form.