mirror of
https://github.com/Cian-H/openwebui_engineering_assistant.git
synced 2025-12-22 20:51:57 +00:00
Set openwebui to wait for healthy signal from dependencies
This commit is contained in:
@@ -63,11 +63,16 @@ services:
|
|||||||
- driver: nvidia
|
- driver: nvidia
|
||||||
capabilities: [gpu]
|
capabilities: [gpu]
|
||||||
depends_on:
|
depends_on:
|
||||||
- jupyter
|
jupyter:
|
||||||
- searxng
|
condition: service_healthy
|
||||||
- chromadb
|
searxng:
|
||||||
- valkey
|
condition: service_healthy
|
||||||
- blender
|
chroma:
|
||||||
|
condition: service_healthy
|
||||||
|
valkey:
|
||||||
|
condition: service_healthy
|
||||||
|
blender:
|
||||||
|
condition: service_healthy
|
||||||
|
|
||||||
jupyter:
|
jupyter:
|
||||||
image: quay.io/jupyter/datascience-notebook
|
image: quay.io/jupyter/datascience-notebook
|
||||||
|
|||||||
Reference in New Issue
Block a user