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:
Adriano Dal Pastro
2026-06-05 08:12:20 +00:00
parent a7254d8932
commit b325eb3512
+1 -1
View File
@@ -93,4 +93,4 @@ networks:
driver: bridge
traefik-net:
external: true
name: root_default
name: traefik