fix(deploy): attach prod stack to the real Traefik network
The prod compose joined the external network 'root_default', but the running Traefik instance is configured with --providers.docker.network=traefik and 'root_default' is empty. Traefik therefore had no reachable address for the tmflow-web/tmflow-api routers and served 404 for tieflow.tielogic.xyz. Point traefik-net at the external network 'traefik'. After redeploying with docker-compose.yml the site routes correctly (HTTPS 200, valid ACME cert, /api/ path-prefix router working). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -93,4 +93,4 @@ networks:
|
||||
driver: bridge
|
||||
traefik-net:
|
||||
external: true
|
||||
name: root_default
|
||||
name: traefik
|
||||
|
||||
Reference in New Issue
Block a user