diff --git a/compose.yaml b/compose.yaml index 84e251f..eb86116 100644 --- a/compose.yaml +++ b/compose.yaml @@ -69,6 +69,24 @@ services: - PGID=1000 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: bragi-local: