mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
added spotdl
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user