feat: add demo.rforum.online subdomain to Discourse Traefik routing

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-02-25 14:35:25 -08:00
parent ceb1cdcb52
commit 318fe2150e
1 changed files with 1 additions and 1 deletions

View File

@ -79,5 +79,5 @@ labels:
app_name: discourse
traefik.enable: "true"
traefik.docker.network: traefik-public
traefik.http.routers.discourse.rule: "Host(`cadcad-forum.jeffemmett.com`)"
traefik.http.routers.discourse.rule: "Host(`demo.rforum.online`) || Host(`cadcad-forum.jeffemmett.com`)"
traefik.http.services.discourse.loadbalancer.server.port: "80"