What is Docker Compose?
Understand the problem Docker Compose solves, the structure of a docker-compose.yml file, and the core commands for managing a multi-container stack.
Hands-On: Express and MongoDB with Compose
Run an Express API and MongoDB together with one Compose file, wire them with env vars, and persist data through a named volume.