From 5f611b53ed4e8fef33e8765a2aaca7879c813a5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodrigo=20L=C3=B3pez=20Dato?= Date: Fri, 7 Mar 2025 13:27:48 -0300 Subject: [PATCH] fix: Fix Docker Compose healthcheck (#5198) --- docker-compose.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 1ceb6252e8de..35bb81e689cb 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -69,6 +69,5 @@ services: DATABASE_URL: postgresql://postgres:password@postgres:5432/flagsmith USE_POSTGRES_FOR_ANALYTICS: 'true' depends_on: - flagsmith: - condition: service_healthy + - flagsmith command: run-task-processor