[add] comfy to ollama

This commit is contained in:
Andy Bunce 2026-02-15 14:28:05 +00:00
parent 83ac548ee3
commit 5084899dbd
3 changed files with 5 additions and 33 deletions

View file

@ -16,6 +16,8 @@ services:
- ollama
ports:
- ${OPEN_WEBUI_PORT-3001}:8080
extra_hosts:
- host.docker.internal:host-gateway
volumes:
- open-webui:/app/backend/data
container_name: open-webui
@ -27,6 +29,9 @@ services:
- 'WEBUI_SECRET_KEY='
- 'RAG_EMBEDDING_ENGINE=ollama'
- 'AUDIO_STT_ENGINE=openai'
# comfy
- COMFYUI_BASE_URL=http://host.docker.internal:8188/
- ENABLE_IMAGE_GENERATION=True
volumes:
open-webui:
external: true