#53 Remove unnecessary qbittorrent network

This commit is contained in:
Joey Hafner 2022-08-08 11:58:02 -07:00
parent 54a919d623
commit 79d931196b
2 changed files with 2 additions and 7 deletions

View File

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

View File

@ -35,5 +35,3 @@ services:
networks: networks:
web: web:
external: true external: true
qbittorrent:
external: true