Med Openwebui

This commit is contained in:
2026-02-22 19:09:34 +01:00
parent 4a555b141b
commit 09e2111295
2 changed files with 17 additions and 1 deletions

View File

@@ -12,3 +12,16 @@ services:
volumes:
- "${OLLAMA_DATA_DIR:-/datadisk/docker/ollama}:/root/.ollama"
open-webui:
image: ghcr.io/open-webui/open-webui:main
container_name: open-webui
restart: unless-stopped
depends_on:
- ollama
environment:
- OLLAMA_BASE_URL=http://ollama:11434
ports:
- "${OPENWEBUI_PORT:-3000}:8080"
volumes:
- "${OPENWEBUI_DATA_DIR:-/datadisk/docker/open-webui}:/app/backend/data"