From 83123720390be4bda1d26acdd08dda5ecbef116a Mon Sep 17 00:00:00 2001 From: tobbbs <1+tobbbs@noreply.localhost> Date: Wed, 8 Jul 2026 13:38:35 +0200 Subject: [PATCH] Update compose.yaml --- compose.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/compose.yaml b/compose.yaml index 309173b..847d0e8 100644 --- a/compose.yaml +++ b/compose.yaml @@ -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: