Add qbittorrent network for exporter and service

This commit is contained in:
Joey Hafner 2022-08-08 11:25:45 -07:00
parent 7643645ffb
commit e391dbcedd
2 changed files with 6 additions and 0 deletions

View File

@ -213,6 +213,7 @@ services:
restart: "no"
networks:
- monitoring
- qbittorrent
labels:
- traefik.disable
@ -223,3 +224,5 @@ networks:
external: true
mc-router:
external: true
qbittorrent:
external: true

View File

@ -13,6 +13,7 @@ services:
keep-file: "true"
networks:
- web
- qbittorrent
restart: "no"
volumes:
- $DOCKER_DATA:/config
@ -33,4 +34,6 @@ services:
networks:
web:
external: true
qbittorrent:
external: true