From 95c03446299fab94e5faeafd684d86e63ec12947 Mon Sep 17 00:00:00 2001 From: Colin Hebert Date: Wed, 17 May 2023 07:56:54 +1000 Subject: [PATCH] Avoid cyclic dependency --- services/torrents/docker-compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/services/torrents/docker-compose.yml b/services/torrents/docker-compose.yml index 912b5d3..c4a41df 100644 --- a/services/torrents/docker-compose.yml +++ b/services/torrents/docker-compose.yml @@ -50,7 +50,7 @@ services: user: ${NASCOMPOSE_UID?}:${NASCOMPOSE_GID?} networks: - torrents - - indexer +# - indexer dns: - 1.1.1.1 - 1.0.0.1 @@ -74,8 +74,8 @@ services: - torrents volumes: - ${NASCOMPOSE_SERVICES?}/torrents${TORRENT_SUFFIX?}/volumes/qbitmanage_config/:/config/ - - ${NASCOMPOSE_DATA?}/torrents${TORRENT_SUFFIX?}/:/data/ - ${NASCOMPOSE_SERVICES?}/torrents${TORRENT_SUFFIX?}/volumes/qbittorrent_config/data/BT_backup/:/torrents/:ro + - ${NASCOMPOSE_DATA?}/torrents${TORRENT_SUFFIX?}/:/data/ networks: torrents: @@ -83,5 +83,5 @@ networks: reverse-proxy: external: true - indexer: - external: true +# indexer: +# external: true