33 lines
846 B
YAML
33 lines
846 B
YAML
services:
|
|
pia-qbittorrent:
|
|
image: j4ym0/pia-qbittorrent
|
|
container_name: pia-qbittorrent
|
|
cap_add:
|
|
- NET_ADMIN
|
|
environment:
|
|
- PUID=1000
|
|
- PGID=1000
|
|
- TZ=America/Los_Angeles
|
|
- PORT_FORWARDING=true
|
|
- PIA_REGION=ca_vancouver
|
|
- PIA_USERNAME=p4945400
|
|
- PIA_PASSWORD=NmoPFuTDJt
|
|
- WEBUI_PORT=8112
|
|
- DNS_SERVERS=1.1.1.1,1.0.0.1
|
|
- UMASK=000
|
|
volumes:
|
|
- /mnt/storage/apps/pia-qbittorrent/config:/config
|
|
- /mnt/storage/downloads:/downloads
|
|
ports:
|
|
- "8112:8112"
|
|
restart: unless-stopped
|
|
networks:
|
|
- pia
|
|
- proxy
|
|
networks:
|
|
pia:
|
|
name: pia
|
|
proxy:
|
|
name: proxy
|
|
external: true
|