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
@@ -16,10 +16,10 @@ services:
timeout: 10s
retries: 3
networks:
- traefik-proxy
- proxy
labels:
- "traefik.enable=true"
- "traefik.docker.network=traefik-proxy"
- "traefik.docker.network=proxy"
# Prod Router
- "traefik.http.routers.dockmon.rule=Host(`dockmon.forust.xyz`)"
@@ -50,5 +50,5 @@ services:
- glance.description=Dockmon is a lightweight Docker container monitoring and management tool with a user-friendly web interface.
networks:
traefik-proxy:
proxy:
external: true