From e3690af576c90e3f21369e9d035dbdc197c7eba5 Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Fri, 23 May 2025 11:20:27 +0100 Subject: [PATCH] Set openwebui to wait for healthy signal from dependencies --- docker-compose.yaml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 5c96e9f..62b4de2 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -63,11 +63,16 @@ services: - driver: nvidia capabilities: [gpu] depends_on: - - jupyter - - searxng - - chromadb - - valkey - - blender + jupyter: + condition: service_healthy + searxng: + condition: service_healthy + chroma: + condition: service_healthy + valkey: + condition: service_healthy + blender: + condition: service_healthy jupyter: image: quay.io/jupyter/datascience-notebook