Commented webui for now. now using it

This commit is contained in:
2026-05-04 22:56:07 -04:00
parent 293429a124
commit d9f62652cb

View File

@@ -1,29 +1,29 @@
version: "3.8" version: "3.8"
services: services:
webui: # webui:
image: ghcr.io/open-webui/open-webui:main # image: ghcr.io/open-webui/open-webui:main
volumes: # volumes:
- /mnt/HoardingCow_docker_data/Ollama/open-webui:/app/backend/data # - /mnt/HoardingCow_docker_data/Ollama/open-webui:/app/backend/data
restart: always # restart: always
environment: # environment:
- OLLAMA_API_BASE_URL=http://ollama:11434/api # - OLLAMA_API_BASE_URL=http://ollama:11434/api
networks: # networks:
- ai_net # - ai_net
- ai_backend # - ai_backend
labels: # labels:
- "traefik.enable=true" # - "traefik.enable=true"
# Router for HTTP + redirection to HTTPS # # Router for HTTP + redirection to HTTPS
- "traefik.http.routers.webui-http.rule=Host(`ai.lazyworkhorse.net`)" # - "traefik.http.routers.webui-http.rule=Host(`ai.lazyworkhorse.net`)"
- "traefik.http.routers.webui-http.entrypoints=web" # - "traefik.http.routers.webui-http.entrypoints=web"
- "traefik.http.routers.webui-http.middlewares=redirect-to-https" # - "traefik.http.routers.webui-http.middlewares=redirect-to-https"
# Router for HTTPS with TLS # # Router for HTTPS with TLS
- "traefik.http.routers.webui-https.rule=Host(`ai.lazyworkhorse.net`)" # - "traefik.http.routers.webui-https.rule=Host(`ai.lazyworkhorse.net`)"
- "traefik.http.routers.webui-https.entrypoints=websecure" # - "traefik.http.routers.webui-https.entrypoints=websecure"
- "traefik.http.routers.webui-https.tls=true" # - "traefik.http.routers.webui-https.tls=true"
- "traefik.http.routers.webui-https.tls.certresolver=njalla" # - "traefik.http.routers.webui-https.tls.certresolver=njalla"
hermes: hermes:
image: nousresearch/hermes-agent:latest image: nousresearch/hermes-agent:latest