From 2f2b27b1204a8e72e1d93b04ffc9b867ac2cf420 Mon Sep 17 00:00:00 2001 From: Qballjos Date: Thu, 25 Feb 2021 19:39:42 +0100 Subject: [PATCH] try something different --- Template/Stack/vpn_download.yml | 10 ++++++++++ Template/test.json | 3 --- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/Template/Stack/vpn_download.yml b/Template/Stack/vpn_download.yml index 5f12cc4..a4bf208 100644 --- a/Template/Stack/vpn_download.yml +++ b/Template/Stack/vpn_download.yml @@ -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} diff --git a/Template/test.json b/Template/test.json index 3311106..b9130ab 100644 --- a/Template/test.json +++ b/Template/test.json @@ -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"