From 49282ee65b410979f431df5962a023525a35251a Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Tue, 25 Oct 2022 11:24:41 -0700 Subject: [PATCH] Update exporter-qbittorrent to bypass auth --- server/config/monitoring/docker-compose.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/server/config/monitoring/docker-compose.yml b/server/config/monitoring/docker-compose.yml index c1a3a74..ecd4332 100644 --- a/server/config/monitoring/docker-compose.yml +++ b/server/config/monitoring/docker-compose.yml @@ -216,8 +216,8 @@ services: image: esanchezm/prometheus-qbittorrent-exporter container_name: monitoring_exporter-qbittorrent environment: - - QBITTORRENT_HOST=https://qbt.jafner.net - - QBITTORRENT_PORT=443 + - QBITTORRENT_HOST=http://qbittorrent + - QBITTORRENT_PORT=8080 logging: driver: loki options: @@ -229,6 +229,7 @@ services: restart: "no" networks: - monitoring + - web labels: - traefik.disable