try something different

This commit is contained in:
Qballjos 2021-02-25 19:39:42 +01:00
parent 4c072ecb44
commit 2f2b27b120
2 changed files with 10 additions and 3 deletions

View File

@ -4,6 +4,7 @@ services:
qbittorrent:
container_name: qbittorrent
image: binhex/arch-qbittorrentvpn
privileged: true
ports:
- "6881:6881"
- "6881:6881/udp"
@ -38,6 +39,9 @@ services:
nzbhydra2:
container_name: nzbhydra2
image: hotio/nzbhydra2
network_mode: "service:openvpn"
depends_on:
- qbittorrent
environment:
- PUID=${PUID}
- PGID=${PGID}
@ -49,6 +53,9 @@ services:
jackett:
container_name: jackett
image: hotio/jackett
network_mode: "service:openvpn"
depends_on:
- qbittorrent
environment:
- PUID=${PUID}
- PGID=${PGID}
@ -61,6 +68,9 @@ services:
nzbget:
container_name: nzbget
image: hotio/nzbget
network_mode: "service:openvpn"
depends_on:
- qbittorrent
environment:
- PUID=${PUID}
- PGID=${PGID}

View File

@ -7,9 +7,6 @@
],
"description": "A stack of dockers (qBittorent, NZBget, Jackett, NZBhydra2) to use with VPN service to shield your privacy",
"env": [{
"privileged": true
},
{
"default": "1000",
"label": "PUID",
"name": "PUID"