Avoid cyclic dependency

This commit is contained in:
Colin Hebert
2023-05-17 07:56:54 +10:00
parent 360b398f58
commit 95c0344629

View File

@@ -50,7 +50,7 @@ services:
user: ${NASCOMPOSE_UID?}:${NASCOMPOSE_GID?} user: ${NASCOMPOSE_UID?}:${NASCOMPOSE_GID?}
networks: networks:
- torrents - torrents
- indexer # - indexer
dns: dns:
- 1.1.1.1 - 1.1.1.1
- 1.0.0.1 - 1.0.0.1
@@ -74,8 +74,8 @@ services:
- torrents - torrents
volumes: volumes:
- ${NASCOMPOSE_SERVICES?}/torrents${TORRENT_SUFFIX?}/volumes/qbitmanage_config/:/config/ - ${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_SERVICES?}/torrents${TORRENT_SUFFIX?}/volumes/qbittorrent_config/data/BT_backup/:/torrents/:ro
- ${NASCOMPOSE_DATA?}/torrents${TORRENT_SUFFIX?}/:/data/
networks: networks:
torrents: torrents:
@@ -83,5 +83,5 @@ networks:
reverse-proxy: reverse-proxy:
external: true external: true
indexer: # indexer:
external: true # external: true