Add mycostack.jeffemmett.com to Traefik host rule

Temporary subdomain while mycostack.xyz domain is pending registration.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-02-16 17:45:13 -07:00
parent 4ec0f386f1
commit fd05b7ab2e
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ services:
- traefik-public
labels:
- "traefik.enable=true"
- "traefik.http.routers.mycostack.rule=Host(`mycostack.xyz`) || Host(`www.mycostack.xyz`)"
- "traefik.http.routers.mycostack.rule=Host(`mycostack.jeffemmett.com`) || Host(`mycostack.xyz`) || Host(`www.mycostack.xyz`)"
- "traefik.http.routers.mycostack.entrypoints=web"
- "traefik.http.services.mycostack.loadbalancer.server.port=80"
- "traefik.docker.network=traefik-public"