fix: comment out unused hf-hub-cache volume and speaches service in openwebui.yml

This commit is contained in:
2025-06-23 16:15:39 +08:00
parent 263ef13da5
commit 824181aeee
+11 -1
View File
@@ -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
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