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