share the yt dir between the containers
This commit is contained in:
parent
c2694afcb9
commit
b2dd8f8605
4 changed files with 5 additions and 4 deletions
|
@ -21,11 +21,12 @@ services:
|
||||||
- ALSA_OUTPUT_MIXER_TYPE=hardware
|
- ALSA_OUTPUT_MIXER_TYPE=hardware
|
||||||
- MPD_LOG_LEVEL=notice
|
- MPD_LOG_LEVEL=notice
|
||||||
volumes:
|
volumes:
|
||||||
- /srv/music:/music:ro
|
- ./music:/music:ro
|
||||||
#- ./config/lastfm.txt:/user/config/lastfm.txt:ro
|
- ./youtube:/youtube:ro
|
||||||
|
- ./playlists:/playlists:rw
|
||||||
- ./data/db:/db:rw
|
- ./data/db:/db:rw
|
||||||
- ./data/playlists:/playlists:rw
|
|
||||||
- ./data/logs:/log:rw
|
- ./data/logs:/log:rw
|
||||||
|
#- ./config/lastfm.txt:/user/config/lastfm.txt:ro
|
||||||
# Time:
|
# Time:
|
||||||
- /etc/timezone:/etc/timezone:ro
|
- /etc/timezone:/etc/timezone:ro
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
|
@ -42,4 +43,4 @@ services:
|
||||||
- MPD_HOST=192.168.32.40
|
- MPD_HOST=192.168.32.40
|
||||||
- MPD_PORT=6600
|
- MPD_PORT=6600
|
||||||
volumes:
|
volumes:
|
||||||
- ./data/_youtube:/cyp/_youtube
|
- ./youtube:/cyp/_youtube
|
||||||
|
|
0
youtube/.gitkeep
Normal file
0
youtube/.gitkeep
Normal file
Loading…
Reference in a new issue