Update docker-compose.yaml
initial commit
This commit is contained in:
+5
-5
@@ -6,13 +6,13 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "7288:7288"
|
- "7288:7288"
|
||||||
volumes:
|
volumes:
|
||||||
- ./explo/.env:/opt/explo/.env
|
- /srv/docker/explo/.env:/opt/explo/.env
|
||||||
- ./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
|
||||||
- /path/to/musiclibrary/explo:/data/ # 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/explo:/data/ # has to be in the same path you have your music system pointed to (it's recommended to put explo under a subfolder)
|
||||||
# - /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)
|
||||||
- WEB_UI=true
|
- WEB_UI=true
|
||||||
# Web UI credentials (required for login)
|
# Web UI credentials (required for login)
|
||||||
- UI_USERNAME=testuser
|
- UI_USERNAME=mattspeer
|
||||||
- UI_PASSWORD=testpassword
|
- UI_PASSWORD=Unlined6-Aloha-Carat
|
||||||
Reference in New Issue
Block a user