mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-22 16:06:51 +00:00
Refactor thelounge.yml to update Traefik rule for IRC domain
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
|||||||
services:
|
services:
|
||||||
app:
|
thelounge:
|
||||||
image: thelounge/thelounge:latest
|
image: thelounge/thelounge:latest
|
||||||
volumes:
|
volumes:
|
||||||
- thelounge-data:/var/opt/thelounge
|
- thelounge-data:/var/opt/thelounge
|
||||||
@@ -13,7 +13,7 @@ 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.thelounge-https.rule=Host(`${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.entrypoints=https
|
||||||
- traefik.http.routers.thelounge-https.tls=true
|
- traefik.http.routers.thelounge-https.tls=true
|
||||||
- traefik.http.routers.thelounge-https.tls.certresolver=le
|
- traefik.http.routers.thelounge-https.tls.certresolver=le
|
||||||
|
|||||||
Reference in New Issue
Block a user