Update compose.yaml

This commit is contained in:
2026-07-08 10:18:44 +02:00
parent 107dfafaf8
commit 6e761b7501
+18
View File
@@ -69,6 +69,24 @@ services:
- PGID=1000 - PGID=1000
env_file: "./.env" env_file: "./.env"
droppedneedle:
image: ghcr.io/habirabbu/droppedneedle:latest
container_name: droppedneedle
environment:
- PUID=1000
- PGID=1000
# - PORT=8688
- TZ=Europe/Berlin
- /mnt/hdd/Media/Music=/slskd-downloads
#ports:
#- "8688:8688"
volumes:
- /opt/03_media_player/droppedneedle/config:/app/config
- /opt/03_media_player/droppedneedle/cache:/app/cache
- /opt/03_media_player/droppedneedle/music:/music:rw
- /mnt/hdd/Media/Downloads/Music/downloads:/slskd-downloads:rw
restart: unless-stopped
networks: networks:
bragi-local: bragi-local: