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:
parent
ceb1cdcb52
commit
318fe2150e
2
app.yml
2
app.yml
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue