From 30326042b50dc4423a0884937c7d32a80b5290dd Mon Sep 17 00:00:00 2001 From: Egor fureunoir Gorbunov Date: Sun, 22 Jun 2025 15:28:08 +0300 Subject: [PATCH] Fixes: 1) Removed unused health check dependency for the app service in `docker-compose.yml`. --- docker-compose.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 1fe69839..02d705f1 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -143,8 +143,6 @@ services: environment: - BROKER_URL=${CELERY_BROKER_URL} depends_on: - app: - condition: service_healthy redis: condition: service_healthy elasticsearch: