Fixes: 1) Removed unused health check dependency for the app service in docker-compose.yml.

This commit is contained in:
Egor Pavlovich Gorbunov 2025-06-22 15:28:08 +03:00
parent eb07ca381e
commit 30326042b5

View file

@ -143,8 +143,6 @@ services:
environment: environment:
- BROKER_URL=${CELERY_BROKER_URL} - BROKER_URL=${CELERY_BROKER_URL}
depends_on: depends_on:
app:
condition: service_healthy
redis: redis:
condition: service_healthy condition: service_healthy
elasticsearch: elasticsearch: