Arr-Stack: add Deluge compose config
This commit is contained in:
parent
560932900c
commit
9be4c2c57d
1 changed files with 14 additions and 0 deletions
|
@ -23,3 +23,17 @@ services:
|
||||||
- SHADOWSOCKS=${SHADOWSOCKS}
|
- SHADOWSOCKS=${SHADOWSOCKS}
|
||||||
- SHADOWSOCKS_PASSWORD=${SHADOWSOCKS_PASSWORD}
|
- SHADOWSOCKS_PASSWORD=${SHADOWSOCKS_PASSWORD}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
|
deluge:
|
||||||
|
image: lscr.io/linuxserver/deluge
|
||||||
|
restart: unless-stopped
|
||||||
|
environment:
|
||||||
|
- PUID=${PUID}
|
||||||
|
- PGID=${PGID}
|
||||||
|
- TZ=${TZ}
|
||||||
|
volumes:
|
||||||
|
- ${MEDIA}/unsorted:/downloads
|
||||||
|
- ${ROOT}/Config/deluge:/config
|
||||||
|
network_mode: service:gluetun
|
||||||
|
depends_on:
|
||||||
|
- gluetun
|
||||||
|
|
Loading…
Reference in a new issue