diff --git a/server/config/monitoring/docker-compose.yml b/server/config/monitoring/docker-compose.yml index bc7f2ae..8e467b5 100644 --- a/server/config/monitoring/docker-compose.yml +++ b/server/config/monitoring/docker-compose.yml @@ -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 \ No newline at end of file diff --git a/server/config/qbittorrent/docker-compose.yml b/server/config/qbittorrent/docker-compose.yml index 709cffd..db109dd 100644 --- a/server/config/qbittorrent/docker-compose.yml +++ b/server/config/qbittorrent/docker-compose.yml @@ -34,6 +34,4 @@ services: networks: web: - external: true - qbittorrent: external: true \ No newline at end of file