#53 Remove unnecessary qbittorrent network
This commit is contained in:
parent
8a2b7c6a4b
commit
7e083f41d9
@ -200,8 +200,8 @@ services:
|
||||
image: esanchezm/prometheus-qbittorrent-exporter
|
||||
container_name: monitoring_exporter-qbittorrent
|
||||
environment:
|
||||
- QBITTORRENT_HOST=qbittorrent
|
||||
- QBITTORRENT_PORT=8080
|
||||
- QBITTORRENT_HOST=https://qbt.jafner.net
|
||||
- QBITTORRENT_PORT=443
|
||||
logging:
|
||||
driver: loki
|
||||
options:
|
||||
@ -213,7 +213,6 @@ services:
|
||||
restart: "no"
|
||||
networks:
|
||||
- monitoring
|
||||
- qbittorrent
|
||||
labels:
|
||||
- traefik.disable
|
||||
|
||||
@ -223,6 +222,4 @@ networks:
|
||||
web:
|
||||
external: true
|
||||
mc-router:
|
||||
external: true
|
||||
qbittorrent:
|
||||
external: true
|
@ -34,6 +34,4 @@ services:
|
||||
|
||||
networks:
|
||||
web:
|
||||
external: true
|
||||
qbittorrent:
|
||||
external: true
|
Loading…
Reference in New Issue
Block a user