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