Update compose.yaml
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user