Add qbittorrent network for exporter and service
This commit is contained in:
parent
7643645ffb
commit
e391dbcedd
@ -213,6 +213,7 @@ services:
|
|||||||
restart: "no"
|
restart: "no"
|
||||||
networks:
|
networks:
|
||||||
- monitoring
|
- monitoring
|
||||||
|
- qbittorrent
|
||||||
labels:
|
labels:
|
||||||
- traefik.disable
|
- traefik.disable
|
||||||
|
|
||||||
@ -223,3 +224,5 @@ networks:
|
|||||||
external: true
|
external: true
|
||||||
mc-router:
|
mc-router:
|
||||||
external: true
|
external: true
|
||||||
|
qbittorrent:
|
||||||
|
external: true
|
@ -13,6 +13,7 @@ services:
|
|||||||
keep-file: "true"
|
keep-file: "true"
|
||||||
networks:
|
networks:
|
||||||
- web
|
- web
|
||||||
|
- qbittorrent
|
||||||
restart: "no"
|
restart: "no"
|
||||||
volumes:
|
volumes:
|
||||||
- $DOCKER_DATA:/config
|
- $DOCKER_DATA:/config
|
||||||
@ -34,3 +35,5 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
web:
|
web:
|
||||||
external: true
|
external: true
|
||||||
|
qbittorrent:
|
||||||
|
external: true
|
Loading…
x
Reference in New Issue
Block a user