Update exporter-qbittorrent to bypass auth

This commit is contained in:
Joey Hafner 2022-10-25 11:24:41 -07:00
parent b4e391c1b9
commit 49282ee65b

View File

@ -216,8 +216,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=https://qbt.jafner.net - QBITTORRENT_HOST=http://qbittorrent
- QBITTORRENT_PORT=443 - QBITTORRENT_PORT=8080
logging: logging:
driver: loki driver: loki
options: options:
@ -229,6 +229,7 @@ services:
restart: "no" restart: "no"
networks: networks:
- monitoring - monitoring
- web
labels: labels:
- traefik.disable - traefik.disable