Compare commits

..

3 commits

Author SHA1 Message Date
866c7c8946 fix gitignore and deprecate yt 2024-09-07 04:33:57 +03:00
09010a18ff fix youtube dir 2024-09-07 04:31:07 +03:00
1cb8e30008 use the correct image 2024-09-07 03:54:36 +03:00
2 changed files with 6 additions and 10 deletions

6
.gitignore vendored
View file

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

View file

@ -1,9 +1,7 @@
version: '3.3' version: '3.3'
services: services:
mpd: mpd:
build: image: giof71/mpd-alsa:bookworm
context: ./
dockerfile: Dockerfile
container_name: mpd container_name: mpd
restart: unless-stopped restart: unless-stopped
devices: devices:
@ -21,6 +19,7 @@ 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
@ -40,8 +39,5 @@ services:
ports: ports:
- 8080:8080/tcp - 8080:8080/tcp
environment: environment:
- MPD_HOST=192.168.32.209 - MPD_HOST=192.168.32.40
- MPD_PORT=6600 - MPD_PORT=6600
volumes:
- ../cyp/_youtube:/cyp/_youtube