diff --git a/server/config/monitoring/docker-compose.yml b/server/config/monitoring/docker-compose.yml index 1c03a08..7703592 100644 --- a/server/config/monitoring/docker-compose.yml +++ b/server/config/monitoring/docker-compose.yml @@ -213,6 +213,7 @@ services: restart: "no" networks: - monitoring + - qbittorrent labels: - traefik.disable @@ -223,3 +224,5 @@ networks: 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 0bcebb4..709cffd 100644 --- a/server/config/qbittorrent/docker-compose.yml +++ b/server/config/qbittorrent/docker-compose.yml @@ -13,6 +13,7 @@ services: keep-file: "true" networks: - web + - qbittorrent restart: "no" volumes: - $DOCKER_DATA:/config @@ -33,4 +34,6 @@ services: networks: web: + external: true + qbittorrent: external: true \ No newline at end of file