This commit is contained in:
Tord-Vincent Heggland
2026-04-14 19:13:08 +02:00
parent a853ca32d6
commit dadaf73a39
2 changed files with 2 additions and 23 deletions

View File

@@ -7,26 +7,4 @@ services:
restart: unless-stopped
volumes:
- ./ollama:/root/.ollama
networks:
- ai-net
webui:
image: ghcr.io/open-webui/open-webui:main
container_name: open-webui
restart: unless-stopped
depends_on:
- ollama
ports:
- "${WG_IP}:${WEB_PORT}:8080"
volumes:
- ollamaweb:/app/backend/data
environment:
- OLLAMA_BASE_URL=http://ollama:11434
networks:
- ai-net
networks:
ai-net:
volumes:
ollamaweb:
- ./ai-data:/data