Docker Compose — Easy 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-composePython 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?