Set openwebui to wait for healthy signal from dependencies

This commit is contained in:
2025-05-23 11:20:27 +01:00
parent cfb8381ad1
commit e3690af576
+10 -5
View File
@@ -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