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
@@ -15,10 +15,10 @@ services:
- ./data/work:/opt/adguardhome/work
- ./data/conf:/opt/adguardhome/conf
networks:
- traefik-proxy
- proxy
labels:
- "traefik.enable=true"
- "traefik.docker.network=traefik-proxy"
- "traefik.docker.network=proxy"
# Prod Router
- "traefik.http.routers.adguard.rule=Host(`adguard.forust.xyz`)"
@@ -46,5 +46,5 @@ services:
- glance.url=https://adguard.forust.xyz/
- glance.description=AdGuard Home is a network-wide software for blocking ads.
networks:
traefik-proxy:
proxy:
external: true