Simplify network for now
This commit is contained in:
@@ -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/
|
||||||
|
|||||||
Reference in New Issue
Block a user