Compare commits

..

No commits in common. "866c7c89460800d93fae3a4488d070a2ecfd501c" and "3779b66ac4c048d89cdb7b77d000fd3dd3324912" have entirely different histories.

2 changed files with 10 additions and 6 deletions

6
.gitignore vendored
View file

@ -1,3 +1,3 @@
data/db/state
data/db/sticker
data/db/tag_cache
data/sticker.sql
data/database
data/state

View file

@ -1,7 +1,9 @@
version: '3.3'
services:
mpd:
image: giof71/mpd-alsa:bookworm
build:
context: ./
dockerfile: Dockerfile
container_name: mpd
restart: unless-stopped
devices:
@ -19,7 +21,6 @@ services:
- ALSA_OUTPUT_MIXER_CONTROL=Digital
- ALSA_OUTPUT_MIXER_DEVICE=hw:0
- ALSA_OUTPUT_MIXER_TYPE=hardware
- MPD_LOG_LEVEL=notice
volumes:
- /srv/music:/music:ro
#- ./config/lastfm.txt:/user/config/lastfm.txt:ro
@ -39,5 +40,8 @@ services:
ports:
- 8080:8080/tcp
environment:
- MPD_HOST=192.168.32.40
- MPD_HOST=192.168.32.209
- MPD_PORT=6600
volumes:
- ../cyp/_youtube:/cyp/_youtube