57 lines
1.4 KiB
YAML
57 lines
1.4 KiB
YAML
version: '3.9'
|
|
services:
|
|
sabnzbd:
|
|
image: ghcr.io/linuxserver/sabnzbd@sha256:808e8dc05c97d7a9aa5c7662973ce3f064a1d3f53351f220037d4d313a00e423
|
|
container_name: sabnzbd
|
|
environment:
|
|
- PUID=1000
|
|
- PGID=1000
|
|
- TZ=Etc/UTC
|
|
volumes:
|
|
- /etc/localtime:/etc/localtime:ro
|
|
- /docker/appdata/sabnzbd:/config
|
|
- /data/usenet:/data/usenet:rw
|
|
ports:
|
|
- 8080:8080
|
|
restart: unless-stopped
|
|
|
|
arch-qbittorrentvpn:
|
|
image: docker.mafyuh.xyz/binhex/arch-qbittorrentvpn:4.6.4-1-02
|
|
container_name: qbittorrentvpn
|
|
volumes:
|
|
- '/docker/appdata/qbitty:/config'
|
|
- '/data/torrents/:/data/torrents'
|
|
- '/etc/localtime:/etc/localtime:ro'
|
|
ports:
|
|
- '49550:49550'
|
|
- '49551:8118'
|
|
environment:
|
|
- VPN_ENABLED=yes
|
|
- VPN_PROV=protonvpn
|
|
- VPN_CLIENT=wireguard
|
|
- VPN_USER=mafyuh+pmp
|
|
- VPN_PASS=
|
|
- STRICT_PORT_FORWARD=yes
|
|
- LAN_NETWORK=10.0.0.0/24
|
|
- ENABLE_PRIVOXY=yes
|
|
- PUID=1000
|
|
- PGID=1000
|
|
- WEBUI_PORT=49550
|
|
- UMASK=1000
|
|
- DEBUG=false
|
|
cap_add:
|
|
- NET_ADMIN
|
|
sysctls:
|
|
- net.ipv4.conf.all.src_valid_mark=1
|
|
privileged: true
|
|
network_mode: bridge
|
|
restart: unless-stopped
|
|
|
|
flaresolverr:
|
|
image: ghcr.io/flaresolverr/flaresolverr:v3.3.17
|
|
container_name: flaresolverr
|
|
ports:
|
|
- '8191:8191'
|
|
environment:
|
|
- LOG_LEVEL=info
|
|
restart: unless-stopped
|