added spotdl

This commit is contained in:
2026-07-02 21:41:48 -07:00
parent 1d0ee19a68
commit 3d83441388
3 changed files with 84 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
services:
spotdl:
image: ${SPOTDL_IMAGE:-spotdl/spotify-downloader:latest}
restart: ${SPOTDL_RESTART:-unless-stopped}
command: web
ports:
- "${SPOTDL_PORT:-8800}:8800"
volumes:
- ${VOL_PATH:-/data}/spotdl/music:/music
networks:
- proxy
networks:
proxy:
external: true