Add qbittorrent network for exporter and service
This commit is contained in:
parent
7643645ffb
commit
e391dbcedd
@ -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
|
@ -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
|
Loading…
Reference in New Issue
Block a user