From dadaf73a39efbf5074f9b2cf4e725477266e0c40 Mon Sep 17 00:00:00 2001 From: Tord-Vincent Heggland Date: Tue, 14 Apr 2026 19:13:08 +0200 Subject: [PATCH] nowebui --- .gitignore | 1 + docker-compose.yaml | 24 +----------------------- 2 files changed, 2 insertions(+), 23 deletions(-) diff --git a/.gitignore b/.gitignore index 4c49bd7..b83245e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .env +ollama diff --git a/docker-compose.yaml b/docker-compose.yaml index 05bfe1d..5c16692 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -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