WireGuard/Gluetun entfernt – sabnzbd läuft wieder direkt

This commit is contained in:
sascha 2026-04-28 19:15:04 +02:00
parent 190e9ca243
commit cd414a0f54

View file

@ -3,41 +3,11 @@ networks:
name: media_network name: media_network
services: 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: sabnzbd:
image: lscr.io/linuxserver/sabnzbd:latest image: lscr.io/linuxserver/sabnzbd:latest
container_name: sabnzbd container_name: sabnzbd
network_mode: "service:gluetun" ports:
depends_on: - 7777:7777
gluetun:
condition: service_healthy
environment: environment:
- PUID=1000 - PUID=1000
- PGID=1000 - PGID=1000
@ -78,4 +48,4 @@ volumes:
driver_opts: driver_opts:
device: :/volume1/nas device: :/volume1/nas
o: addr=192.168.2.100,nolock,soft,rw o: addr=192.168.2.100,nolock,soft,rw
type: nfs type: nfs