Fix Traefik network name to match Netcup (traefik-public)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-04-10 15:00:46 -04:00
parent 769597ca16
commit e3a9b5203c
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@ services:
- "traefik.http.routers.draw-fast.entrypoints=web"
- "traefik.http.services.draw-fast.loadbalancer.server.port=3000"
networks:
- traefik
- traefik-public
networks:
traefik:
traefik-public:
external: true