From d9f62652cbf5854e0aa760e75077cb1ed277c64b Mon Sep 17 00:00:00 2001 From: Thierry Pouplier Date: Mon, 4 May 2026 22:56:07 -0400 Subject: [PATCH] Commented webui for now. now using it --- ai/compose.yml | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/ai/compose.yml b/ai/compose.yml index 460d44d..06818ac 100644 --- a/ai/compose.yml +++ b/ai/compose.yml @@ -1,29 +1,29 @@ version: "3.8" services: - webui: - image: ghcr.io/open-webui/open-webui:main - volumes: - - /mnt/HoardingCow_docker_data/Ollama/open-webui:/app/backend/data - restart: always - environment: - - OLLAMA_API_BASE_URL=http://ollama:11434/api - networks: - - ai_net - - ai_backend - labels: - - "traefik.enable=true" + # webui: + # image: ghcr.io/open-webui/open-webui:main + # volumes: + # - /mnt/HoardingCow_docker_data/Ollama/open-webui:/app/backend/data + # restart: always + # environment: + # - OLLAMA_API_BASE_URL=http://ollama:11434/api + # networks: + # - ai_net + # - ai_backend + # labels: + # - "traefik.enable=true" - # Router for HTTP + redirection to HTTPS - - "traefik.http.routers.webui-http.rule=Host(`ai.lazyworkhorse.net`)" - - "traefik.http.routers.webui-http.entrypoints=web" - - "traefik.http.routers.webui-http.middlewares=redirect-to-https" + # # Router for HTTP + redirection to HTTPS + # - "traefik.http.routers.webui-http.rule=Host(`ai.lazyworkhorse.net`)" + # - "traefik.http.routers.webui-http.entrypoints=web" + # - "traefik.http.routers.webui-http.middlewares=redirect-to-https" - # Router for HTTPS with TLS - - "traefik.http.routers.webui-https.rule=Host(`ai.lazyworkhorse.net`)" - - "traefik.http.routers.webui-https.entrypoints=websecure" - - "traefik.http.routers.webui-https.tls=true" - - "traefik.http.routers.webui-https.tls.certresolver=njalla" + # # Router for HTTPS with TLS + # - "traefik.http.routers.webui-https.rule=Host(`ai.lazyworkhorse.net`)" + # - "traefik.http.routers.webui-https.entrypoints=websecure" + # - "traefik.http.routers.webui-https.tls=true" + # - "traefik.http.routers.webui-https.tls.certresolver=njalla" hermes: image: nousresearch/hermes-agent:latest