Wrong container location to map to host.

This commit is contained in:
whitney 2025-02-19 10:02:44 -08:00
parent f404b61c08
commit c7fe673eb2

View File

@ -13,13 +13,10 @@ services:
- OPENWEBUI_MODEL_PATH=/data/models
restart: unless-stopped
volumes:
- openwebui_data:/data
- /pwspool/software/openwebui/data:/app/backend/data
labels:
- traefik.http.routers.chat.rule=Host(`chat.whitney.rip`)
- traefik.http.routers.chat.tls=true
- traefik.http.routers.chat.tls.certresolver=lets-encrypt
- traefik.http.services.chat.loadbalancer.server.port=8080
volumes:
openwebui_data: