From b9e95f6d8280ff0d62d73f4fc7cea59636dd01ab Mon Sep 17 00:00:00 2001 From: ArnabChatterjee20k Date: Tue, 27 Jan 2026 17:17:23 +0530 Subject: [PATCH] updated --- docker-compose.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index a5c87d2fdf..8fea908a51 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -688,12 +688,18 @@ services: depends_on: redis: condition: service_started - ${_APP_DB_HOST:-mongodb} - - postgresql: + + ${_APP_DB_HOST:-mongodb}: condition: service_started + + postgresql: + condition: service_started + openruntimes-executor: condition: service_healthy - - ollama + + ollama: + condition: service_started environment: - _APP_ENV - _APP_WORKER_PER_CORE