Move Sabnzbd to its own network and expose port 7788

Signed-off-by: Menno van Leeuwen <menno@vleeuwen.me>
This commit is contained in:
2025-09-02 11:07:54 +02:00
parent ad8cb0702d
commit 50b0844db8

View File

@@ -11,7 +11,6 @@ services:
- 6881:6881
- 6881:6881/udp
- 8085:8085 # Qbittorrent
- 7788:8080 # Sabnzbd
devices:
- /dev/net/tun:/dev/net/tun
volumes:
@@ -39,10 +38,8 @@ services:
- {{ downloaders_data_dir }}/sabnzbd-config:/config
- {{ local_data_dir }}:{{ local_data_dir }}
restart: unless-stopped
network_mode: "service:gluetun"
depends_on:
gluetun:
condition: service_healthy
ports:
- 7788:8080
deploy:
resources:
limits: