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