Arr-Stack: add Deluge compose config

This commit is contained in:
Aroy-Art 2024-12-12 15:59:48 +01:00
parent 560932900c
commit 9be4c2c57d
Signed by: Aroy
GPG key ID: 583642324A1D2070

View file

@ -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