#53 Remove unnecessary qbittorrent network

This commit is contained in:
Joey Hafner 2022-08-08 11:58:02 -07:00
parent 8a2b7c6a4b
commit 7e083f41d9
2 changed files with 2 additions and 7 deletions

View File

@ -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

View File

@ -34,6 +34,4 @@ services:
networks:
web:
external: true
qbittorrent:
external: true