Simplify network for now

This commit is contained in:
Colin Hebert
2023-04-11 09:00:22 +10:00
parent 0d221078d2
commit 7944f0d3c1

View File

@@ -15,7 +15,6 @@ services:
net.ipv4.conf.all.src_valid_mark: 1 net.ipv4.conf.all.src_valid_mark: 1
networks: networks:
- reverse-proxy - reverse-proxy
- torrents
devices: devices:
- /dev/net/tun:/dev/net/tun - /dev/net/tun:/dev/net/tun
volumes: volumes:
@@ -38,6 +37,7 @@ services:
networks: networks:
- torrents - torrents
- indexer - indexer
- reverse-proxy
volumes: volumes:
- ${NASCOMPOSE_SERVICES?}/torrents/volumes/cross-seed_config/:/config - ${NASCOMPOSE_SERVICES?}/torrents/volumes/cross-seed_config/:/config
- ${NASCOMPOSE_SERVICES?}/torrents/volumes/qbittorrent_config/data/BT_backup/:/torrents:ro - ${NASCOMPOSE_SERVICES?}/torrents/volumes/qbittorrent_config/data/BT_backup/:/torrents:ro
@@ -49,6 +49,7 @@ services:
image: bobokun/qbit_manage image: bobokun/qbit_manage
networks: networks:
- torrents - torrents
- reverse-proxy
volumes: volumes:
- ${NASCOMPOSE_SERVICES?}/torrents/volumes/qbitmanage_config/:/config - ${NASCOMPOSE_SERVICES?}/torrents/volumes/qbitmanage_config/:/config
- ${NASCOMPOSE_DATA?}/torrents/:/data/ - ${NASCOMPOSE_DATA?}/torrents/:/data/