From cb4d11a1d43051bed26cb1223e86ab665828e07d Mon Sep 17 00:00:00 2001 From: ArnabChatterjee20k Date: Tue, 27 Jan 2026 18:13:27 +0530 Subject: [PATCH] updated --- docker-compose.yml | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index bfdf1174f4..e79b5516d4 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -686,16 +686,11 @@ services: - ./app:/usr/src/code/app - ./src:/usr/src/code/src depends_on: - redis: - condition: service_started - ${_APP_DB_HOST:-mongodb}: - condition: service_started - postgresql: - condition: service_started - openruntimes-executor: - condition: service_healthy - ollama: - condition: service_started + - redis + - ${_APP_DB_HOST:-mongodb} + - postgresql + - ollama + - openruntimes-executor environment: - _APP_ENV - _APP_WORKER_PER_CORE