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