[mod] openwebui

This commit is contained in:
Andy Bunce 2026-02-15 14:53:28 +00:00
parent 5084899dbd
commit 7ad53c4d8b

View file

@ -16,8 +16,7 @@ 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
@ -25,13 +24,15 @@ services:
environment:
- WEBUI_CONCURRENCY=1
- LOG_LEVEL=debug
- 'OLLAMA_BASE_URL=http://ollama:11434'
- 'WEBUI_SECRET_KEY='
- 'RAG_EMBEDDING_ENGINE=ollama'
- 'AUDIO_STT_ENGINE=openai'
- "OLLAMA_BASE_URL=http://ollama:11434"
- "WEBUI_SECRET_KEY="
- "RAG_EMBEDDING_ENGINE=ollama"
- "AUDIO_STT_ENGINE=openai"
# comfy
- COMFYUI_BASE_URL=http://host.docker.internal:8188/
- ENABLE_IMAGE_GENERATION=True
- IMAGE_GENERATION_ENGINE=comfyui
- "COMFYUI_BASE_URL=http://127.0.0.1:8188"
volumes:
open-webui:
external: true