From 79d931196bdd9b3c8c9d7badaee02cdfba6e588f Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Mon, 8 Aug 2022 11:58:02 -0700 Subject: [PATCH] #53 Remove unnecessary qbittorrent network --- server/config/monitoring/docker-compose.yml | 7 ++----- server/config/qbittorrent/docker-compose.yml | 2 -- 2 files changed, 2 insertions(+), 7 deletions(-) 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