Refactor thelounge.yml to update Traefik rule for IRC domain

This commit is contained in:
2024-06-04 14:49:26 +08:00
parent f4b8809853
commit 2a8bfd86d0
+1 -1
View File
@@ -13,7 +13,7 @@ services:
- traefik.enable=true
- traefik.docker.network=traefik-public
- traefik.constraint-label=traefik-public
- traefik.http.routers.thelounge-https.rule=Host(irc.`${DOMAIN?Variable not set}`)
- traefik.http.routers.thelounge-https.rule=Host(`irc.${DOMAIN?Variable not set}`)
- traefik.http.routers.thelounge-https.entrypoints=https
- traefik.http.routers.thelounge-https.tls=true
- traefik.http.routers.thelounge-https.tls.certresolver=le