Compare commits
No commits in common. "866c7c89460800d93fae3a4488d070a2ecfd501c" and "3779b66ac4c048d89cdb7b77d000fd3dd3324912" have entirely different histories.
866c7c8946
...
3779b66ac4
2 changed files with 10 additions and 6 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -1,3 +1,3 @@
|
||||||
data/db/state
|
data/sticker.sql
|
||||||
data/db/sticker
|
data/database
|
||||||
data/db/tag_cache
|
data/state
|
||||||
|
|
|
@ -1,7 +1,9 @@
|
||||||
version: '3.3'
|
version: '3.3'
|
||||||
services:
|
services:
|
||||||
mpd:
|
mpd:
|
||||||
image: giof71/mpd-alsa:bookworm
|
build:
|
||||||
|
context: ./
|
||||||
|
dockerfile: Dockerfile
|
||||||
container_name: mpd
|
container_name: mpd
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
devices:
|
devices:
|
||||||
|
@ -19,7 +21,6 @@ services:
|
||||||
- ALSA_OUTPUT_MIXER_CONTROL=Digital
|
- ALSA_OUTPUT_MIXER_CONTROL=Digital
|
||||||
- ALSA_OUTPUT_MIXER_DEVICE=hw:0
|
- ALSA_OUTPUT_MIXER_DEVICE=hw:0
|
||||||
- ALSA_OUTPUT_MIXER_TYPE=hardware
|
- ALSA_OUTPUT_MIXER_TYPE=hardware
|
||||||
- MPD_LOG_LEVEL=notice
|
|
||||||
volumes:
|
volumes:
|
||||||
- /srv/music:/music:ro
|
- /srv/music:/music:ro
|
||||||
#- ./config/lastfm.txt:/user/config/lastfm.txt:ro
|
#- ./config/lastfm.txt:/user/config/lastfm.txt:ro
|
||||||
|
@ -39,5 +40,8 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- 8080:8080/tcp
|
- 8080:8080/tcp
|
||||||
environment:
|
environment:
|
||||||
- MPD_HOST=192.168.32.40
|
- MPD_HOST=192.168.32.209
|
||||||
- MPD_PORT=6600
|
- MPD_PORT=6600
|
||||||
|
volumes:
|
||||||
|
- ../cyp/_youtube:/cyp/_youtube
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue