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
+2 -2
View File
@@ -29,11 +29,11 @@ services:
- traefik.http.routers.downtify-dev.service=downtify
- traefik.http.routers.downtify-dev.tls=true
networks:
- traefik-proxy
- proxy
volumes:
- ./Downtify_downloads:/downloads
networks:
traefik-proxy:
proxy:
external: true