Docker ComposeEasy Playground

Define multi-container apps (Python app + database + Redis) in YAML

What is Docker Compose?Run locally
Install
Included with Docker Desktop; or: pip install docker-compose
Python CodeRun locally

Docker Compose is part of the Python ecosystem. Define multi-container apps (Python app + database + Redis) in YAML.

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?