Troubleshooting dependencies
Your team is deploying a Python application that uses Redis for caching. The Docker Compose configuration keeps failing with connection errors because the
app service can't connect to Redis at startup.
Your task is to investigate the logs, identify the dependency issue in compose.yaml, and fix the service startup order.
NOTE: If you run commands that keep the terminal active, press Ctrl+C to stop them before submitting your solution.
This exercise is part of the course
Intermediate Docker
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
Start Exercise