wait redis before run app

This commit is contained in:
2025-04-01 21:19:09 +02:00
parent 650e964e48
commit 5f992f887d

View File

@@ -10,6 +10,8 @@ services:
condition: service_healthy
rabbitmq:
condition: service_healthy
redis:
condition: service_healthy
labels:
- "traefik.http.routers.api.rule=Host(`api.traefik.me`)"
- "traefik.http.services.api.loadbalancer.server.port=8080"