Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- version: '3.5'
- services:
- firefox:
- container_name: firefox
- image: lscr.io/linuxserver/firefox:latest
- environment:
- - PUID=1000
- - PGID=1000
- - TZ=America/Chicago
- volumes:
- - /mnt/user/appdata/firefox/config:/config
- - /mnt/user/Unraid-Media/Downloads:/config/Downloads
- depends_on:
- - qbittorrentvpn
- network_mode: container:qbittorrentvpn
- restart: unless-stopped
- shm_size: 1gb
- qbittorrentvpn:
- container_name: qbittorrentvpn
- image: binhex/arch-qbittorrentvpn
- environment:
- - VPN_ENABLED=yes
- - VPN_USER=${VPN_USER}
- - VPN_PASS=${VPN_PASS}
- - VPN_PROV=pia
- - VPN_CLIENT=openvpn
- - STRICT_PORT_FORWARD=yes
- - ENABLE_PRIVOXY=yes
- - LAN_NETWORK=192.168.1.0/24
- - NAME_SERVERS=10.0.0.242,84.200.69.80,37.235.1.174,1.1.1.1,37.235.1.177,84.200.70.40,1.0.0.1
- - VPN_INPUT_PORTS=1234
- - VPN_OUTPUT_PORTS=5678
- - DEBUG=false
- - WEBUI_PORT=8080
- - UMASK=000
- - PUID=1000
- - PGID=1000
- - TZ=America/Chicago
- volumes:
- - /mnt/user/Unraid-Media/:/data
- - /mnt/user/appdata/qbittorrentvpn/config:/config
- ports:
- - '3000:3000'
- - '6881:6881'
- - 6881:6881/udp
- - '8080:8080'
- - '8118:8118'
- cap_add:
- - NET_ADMIN
- restart: unless-stopped
Add Comment
Please, Sign In to add comment