From 824181aeee85331fd979ffe452a792b51e49aaa0 Mon Sep 17 00:00:00 2001 From: furyhawk Date: Mon, 23 Jun 2025 16:15:39 +0800 Subject: [PATCH] fix: comment out unused hf-hub-cache volume and speaches service in openwebui.yml --- swarm/openwebui.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/swarm/openwebui.yml b/swarm/openwebui.yml index f4958d8..d8e4bec 100644 --- a/swarm/openwebui.yml +++ b/swarm/openwebui.yml @@ -9,6 +9,7 @@ volumes: open_webui: {} chromadb: {} ollama: {} + # hf-hub-cache: {} services: open_webui: @@ -97,4 +98,13 @@ services: restart_policy: condition: any delay: 5s - max_attempts: 3 \ No newline at end of file + max_attempts: 3 + + # speaches: + # image: ghcr.io/speaches-ai/speaches:latest-cpu + # hostname: speaches + # volumes: + # - hf-hub-cache:/home/ubuntu/.cache/huggingface/hub + # expose: + # - 8000 + \ No newline at end of file