fix: add zine.mycofi.earth subdomain to Traefik routing

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2025-12-22 23:55:13 -05:00
parent c2480ee3c9
commit a284cca14b
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ services:
- traefik-public
labels:
- "traefik.enable=true"
- "traefik.http.routers.mycofi.rule=Host(`mycofi.earth`) || Host(`www.mycofi.earth`)"
- "traefik.http.routers.mycofi.rule=Host(`mycofi.earth`) || Host(`www.mycofi.earth`) || Host(`zine.mycofi.earth`)"
- "traefik.http.routers.mycofi.entrypoints=web"
- "traefik.http.services.mycofi.loadbalancer.server.port=3000"
- "traefik.docker.network=traefik-public"