nzbget through vpn

This commit is contained in:
tijsg
2025-06-03 19:12:32 +02:00
parent 6058800f74
commit cd969a00a4

View File

@@ -3,6 +3,9 @@ services:
nzbget: nzbget:
image: lscr.io/linuxserver/nzbget:latest image: lscr.io/linuxserver/nzbget:latest
container_name: nzbget container_name: nzbget
network_mode: "service:gluetun"
depends_on:
- gluetun
environment: environment:
- PUID=1000 - PUID=1000
- PGID=1000 - PGID=1000
@@ -11,9 +14,7 @@ services:
- NZBGET_PASS=${NZBGET_PASSWORD} - NZBGET_PASS=${NZBGET_PASSWORD}
volumes: volumes:
- /mnt/.ix-apps/app_mounts/nzbget/config:/config - /mnt/.ix-apps/app_mounts/nzbget/config:/config
- /mnt/pool-main/media/downloads:/downloads #optional - /mnt/pool-main/media/downloads:/downloads
ports:
- 6789:6789
restart: unless-stopped restart: unless-stopped
############################ ############################
# JELLYFIN # JELLYFIN
@@ -289,6 +290,7 @@ services:
# - 32469:32469 #plex # - 32469:32469 #plex
# - 10000:8096 #jellyfin # - 10000:8096 #jellyfin
- 8920:8920 #jellyfin - 8920:8920 #jellyfin
- 6789:6789
- 7359:7359/udp #jellyfin - 7359:7359/udp #jellyfin
cap_add: cap_add: