mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-23 16:36:00 +00:00
Refactor openwebui.yml to use consistent naming convention for service and environment variables
This commit is contained in:
+6
-6
@@ -3,7 +3,7 @@ networks:
|
|||||||
external: true
|
external: true
|
||||||
|
|
||||||
services:
|
services:
|
||||||
open-webui:
|
open_webui:
|
||||||
image: ghcr.io/open-webui/open-webui:${WEBUI_DOCKER_TAG:-main}
|
image: ghcr.io/open-webui/open-webui:${WEBUI_DOCKER_TAG:-main}
|
||||||
environment:
|
environment:
|
||||||
- DOMAIN=${DOMAIN}
|
- DOMAIN=${DOMAIN}
|
||||||
@@ -22,8 +22,8 @@ services:
|
|||||||
- traefik.enable=true
|
- traefik.enable=true
|
||||||
- traefik.docker.network=traefik-public
|
- traefik.docker.network=traefik-public
|
||||||
- traefik.constraint-label=traefik-public
|
- traefik.constraint-label=traefik-public
|
||||||
- traefik.http.routers.open-webui.entrypoints=https
|
- traefik.http.routers.open_webui.entrypoints=https
|
||||||
- traefik.http.routers.open-webui.rule=Host(`bot.${DOMAIN}`)
|
- traefik.http.routers.open_webui.rule=Host(`bot.${DOMAIN}`)
|
||||||
- traefik.http.routers.open-webui.tls.certresolver=le
|
- traefik.http.routers.open_webui.tls.certresolver=le
|
||||||
- traefik.http.routers.open-webui.service=open-webui_app
|
- traefik.http.routers.open_webui.service=open_webui_app
|
||||||
- traefik.http.services.open-webui_app.loadbalancer.server.port=${OPEN_WEBUI_PORT:-8080}
|
- traefik.http.services.open_webui_app.loadbalancer.server.port=${OPEN_WEBUI_PORT:-8080}
|
||||||
|
|||||||
Reference in New Issue
Block a user