Update docker-compose.yml

This commit is contained in:
2025-01-09 17:22:45 +01:00
parent 052e5c7331
commit ca071eed2d

View File

@@ -7,8 +7,8 @@ services:
environment: environment:
WEBUI_AUTH: False WEBUI_AUTH: False
OLLAMA_BASE_URL: "http://10.0.0.2:11434" OLLAMA_BASE_URL: "http://10.0.0.2:11434"
ports: #ports:
- "8080:8080" # - "8080:8080"
volumes: volumes:
- "./open-webui:/app/backend/data:rw" - "./open-webui:/app/backend/data:rw"
labels: labels:
@@ -16,7 +16,7 @@ services:
- "traefik.http.routers.openwebui.entrypoints=websecure" - "traefik.http.routers.openwebui.entrypoints=websecure"
- "traefik.http.routers.openwebui.rule=Host(`ai.unixyourbrain.org`)" - "traefik.http.routers.openwebui.rule=Host(`ai.unixyourbrain.org`)"
- "traefik.http.routers.openwebui.tls=true" - "traefik.http.routers.openwebui.tls=true"
- "traefik.http.services.openwebui.loadbalancer.server.port=3000" - "traefik.http.services.openwebui.loadbalancer.server.port=8080"
- "traefik.http.services.openwebui.loadbalancer.server.scheme=http" - "traefik.http.services.openwebui.loadbalancer.server.scheme=http"
networks: networks: