Add torrents/docker-compose.yaml
This commit is contained in:
@@ -0,0 +1,66 @@
|
|||||||
|
services:
|
||||||
|
qbittorrent_open:
|
||||||
|
container_name: qbittorrent_open
|
||||||
|
image: ghcr.io/hotio/qbittorrent:release-5.1.2
|
||||||
|
ports:
|
||||||
|
- "8080:8080"
|
||||||
|
- "42078:42078"
|
||||||
|
restart: always
|
||||||
|
environment:
|
||||||
|
- PUID=1000
|
||||||
|
- PGID=1000
|
||||||
|
- UMASK=022
|
||||||
|
- TZ=America/New_York
|
||||||
|
mem_limit: 3g
|
||||||
|
memswap_limit: 3g
|
||||||
|
volumes:
|
||||||
|
- /srv/qbittorrent_open-config:/config
|
||||||
|
- nas_media:/data
|
||||||
|
qbittorrent_vpn:
|
||||||
|
container_name: qbittorrent_vpn
|
||||||
|
image: ghcr.io/hotio/qbittorrent:release-5.1.2
|
||||||
|
ports:
|
||||||
|
- "8088:8088"
|
||||||
|
restart: always
|
||||||
|
environment:
|
||||||
|
- PUID=1000
|
||||||
|
- PGID=1000
|
||||||
|
- UMASK=022
|
||||||
|
- TZ=America/New_York
|
||||||
|
- WEBUI_PORTS=8088/tcp,8088/udp
|
||||||
|
mem_limit: 3g
|
||||||
|
memswap_limit: 3g
|
||||||
|
volumes:
|
||||||
|
- /srv/qbittorrent_vpn-config:/config
|
||||||
|
- nas_media:/data
|
||||||
|
qbittorrent_eXoDOS:
|
||||||
|
container_name: qbittorrent_eXoDOS
|
||||||
|
image: ghcr.io/hotio/qbittorrent:release-5.1.2
|
||||||
|
ports:
|
||||||
|
- "8089:8089"
|
||||||
|
restart: always
|
||||||
|
environment:
|
||||||
|
- PUID=1000
|
||||||
|
- PGID=1000
|
||||||
|
- UMASK=022
|
||||||
|
- TZ=America/New_York
|
||||||
|
- WEBUI_PORTS=8089/tcp,8089/udp
|
||||||
|
mem_limit: 3g
|
||||||
|
memswap_limit: 3g
|
||||||
|
volumes:
|
||||||
|
- /srv/qbittorrent_eXoDOS-config:/config
|
||||||
|
- nas_media:/data
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
nas_media:
|
||||||
|
external: true
|
||||||
|
# driver: local
|
||||||
|
# driver_opts:
|
||||||
|
# type: nfs
|
||||||
|
# o: "addr=192.168.1.192,rw,nolock,soft"
|
||||||
|
# device: ":/mnt/user/media"
|
||||||
|
|
||||||
|
networks:
|
||||||
|
default:
|
||||||
|
external:
|
||||||
|
name: npm-network
|
||||||
Reference in New Issue
Block a user