From cd414a0f547350136e1979291f3f53fe0cb0f61c Mon Sep 17 00:00:00 2001 From: sascha Date: Tue, 28 Apr 2026 19:15:04 +0200 Subject: [PATCH] =?UTF-8?q?WireGuard/Gluetun=20entfernt=20=E2=80=93=20sabn?= =?UTF-8?q?zbd=20l=C3=A4uft=20wieder=20direkt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- compose.yaml | 36 +++--------------------------------- 1 file changed, 3 insertions(+), 33 deletions(-) diff --git a/compose.yaml b/compose.yaml index 1c53920..73a97ef 100644 --- a/compose.yaml +++ b/compose.yaml @@ -3,41 +3,11 @@ networks: name: media_network services: - gluetun: - image: qmcgaw/gluetun:latest - container_name: gluetun - cap_add: - - NET_ADMIN - devices: - - /dev/net/tun:/dev/net/tun - environment: - - TZ=Europe/Berlin - - VPN_SERVICE_PROVIDER=custom - - VPN_TYPE=wireguard - - WIREGUARD_PRIVATE_KEY=${WG_PRIVATE_KEY} - - VPN_ENDPOINT_IP=${WG_ENDPOINT_IP} - - VPN_ENDPOINT_PORT=443 - - WIREGUARD_ADDRESSES=10.200.200.50/24 - - WIREGUARD_PUBLIC_KEY=${WG_PUBLIC_KEY} - - FIREWALL_OUTBOUND_SUBNETS=10.0.0.0/8,192.168.0.0/16,172.16.0.0/12 - - DNS_ADDRESS=10.5.85.5 - - DOT=off - ports: - - 7777:7777 - restart: unless-stopped - healthcheck: - test: ["CMD", "wget", "-qO-", "https://www.google.com"] - interval: 30s - timeout: 10s - retries: 3 - sabnzbd: image: lscr.io/linuxserver/sabnzbd:latest container_name: sabnzbd - network_mode: "service:gluetun" - depends_on: - gluetun: - condition: service_healthy + ports: + - 7777:7777 environment: - PUID=1000 - PGID=1000 @@ -78,4 +48,4 @@ volumes: driver_opts: device: :/volume1/nas o: addr=192.168.2.100,nolock,soft,rw - type: nfs + type: nfs \ No newline at end of file