refactor: update network refs form "traefik-proxy" to "proxy"

- To allow testing dev vers of other services
This commit is contained in:
2025-12-30 14:14:24 +01:00
parent 60c7d4ff17
commit fb2f420520
15 changed files with 49 additions and 49 deletions
+3 -3
View File
@@ -11,7 +11,7 @@ services:
PORT: "8080"
labels:
- "traefik.enable=true"
- "traefik.docker.network=traefik-proxy"
- "traefik.docker.network=proxy"
# Prod Router
- "traefik.http.routers.termix.rule=Host(`termix.forust.xyz`)"
@@ -35,10 +35,10 @@ services:
- "traefik.http.routers.termix-dev.service=termix"
- "traefik.http.routers.termix-dev.tls=true"
networks:
- traefik-proxy
- proxy
networks:
traefik-proxy:
proxy:
external: true
volumes: