Update compose.yaml

This commit is contained in:
2026-07-08 13:38:35 +02:00
parent 0ff7081889
commit 8312372039
+14
View File
@@ -42,6 +42,17 @@ services:
# - WEBUI_PORT=8088
# network_mode: service:gluetun
# restart: unless-stopped
slskd:
image: slskd/slskd
container_name: slskd
user: "1000:1000"
environment:
- SLSKD_REMOTE_CONFIGURATION=true
volumes:
- /opt/02_media_downloader/slskd/:/app
network_mode: service:gluetun
restart: always
sabnzbd:
image: lscr.io/linuxserver/sabnzbd:latest
@@ -106,6 +117,9 @@ services:
- '8087:8080' # Sabnzbd (Internal 8080 -> External 8088)
- '8989:8989' # Sonarr
- '9696:9696' # Prowlarr
- "5030:5030" # slskd HTTP
- "5031:5031" # slskd HTTPS
- "50300:50300" # slskd Incoming Connections
restart: unless-stopped
networks: