Update docker-compose.yaml
added download configuration so that explo places downloaded music into the directory monitored by beets
This commit is contained in:
+3
-1
@@ -9,6 +9,7 @@ services:
|
|||||||
- /srv/docker/explo/.env:/opt/explo/.env
|
- /srv/docker/explo/.env:/opt/explo/.env
|
||||||
- /srv/docker/explo/config:/opt/explo/config # required — stores playlist cache and cover art
|
- /srv/docker/explo/config:/opt/explo/config # required — stores playlist cache and cover art
|
||||||
- /srv/music:/music/:ro # has to be in the same path you have your music system pointed to (it's recommended to put explo under a subfolder)
|
- /srv/music:/music/:ro # has to be in the same path you have your music system pointed to (it's recommended to put explo under a subfolder)
|
||||||
|
- /downloads/complete/music:/downloads # Target for missing downloads (Read/Write)
|
||||||
# - /path/to/slskd/downloads:/slskd/ # if using slskd
|
# - /path/to/slskd/downloads:/slskd/ # if using slskd
|
||||||
environment:
|
environment:
|
||||||
- TZ=UTC # Change this to the timezone set in ListenBrainz (default is UTC)
|
- TZ=UTC # Change this to the timezone set in ListenBrainz (default is UTC)
|
||||||
@@ -16,4 +17,5 @@ services:
|
|||||||
# Web UI credentials (required for login)
|
# Web UI credentials (required for login)
|
||||||
- UI_USERNAME=mattspeer
|
- UI_USERNAME=mattspeer
|
||||||
- UI_PASSWORD=Unlined6-Aloha-Carat
|
- UI_PASSWORD=Unlined6-Aloha-Carat
|
||||||
- MUSIC_DIR=/music
|
- MUSIC_DIR=/music # Tells Explo where to scan for existing files
|
||||||
|
- OUTPUT_DIR=/downloads # Tells Explo where to dump new downloads and .m3u files
|
||||||
Reference in New Issue
Block a user