fix(infrastructure): use the actual Traefik network name (proxy)

The external network on the target server is named "proxy", not
traefik-network as originally assumed - deploy was failing with
"network traefik-network not found". Updated the compose file and
both the infra README and vault deployment doc to match.
This commit is contained in:
2026-08-11 15:43:06 +02:00
parent b122ab4ac0
commit ba8c7185a7
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -24,8 +24,8 @@ Registry (`git.devils.zone/devil/youtube-studio-flow-{backend,frontend}`), gebau
6. Container starten: `docker compose up -d`
Für ein Update auf eine neue Version: `IMAGE_TAG` in `.env` anpassen (oder `latest`
belassen), dann Schritte 46 wiederholen. Das externe Docker-Netzwerk `traefik-network`
muss vorher existieren (`docker network create traefik-network`), falls Traefik das nicht
belassen), dann Schritte 46 wiederholen. Das externe Docker-Netzwerk `proxy`
muss vorher existieren (`docker network create proxy`), falls Traefik das nicht
bereits selbst anlegt.
## Daten-Persistenz