set coverartpriority
Infrastructure / Check and run Ansbile playbooks (pull_request) Successful in 2m13s Details

This commit is contained in:
Gleb Koval 2024-01-06 23:53:19 +00:00
parent 40410b2dff
commit 9d19b9b1d5
Signed by: cyclane
GPG Key ID: 15E168A8B332382C
2 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@
ansible.builtin.user:
name: debian
register: user
- name: Docker compose down
ansible.builtin.command: docker compose down
args:

View File

@ -14,6 +14,7 @@ services:
- ND_LASTFM_SECRET=${LASTFM_SECRET}
- ND_SPOTIFY_ID=${SPOTIFY_ID}
- ND_SPOTIFY_SECRET=${SPOTIFY_SECRET}
- ND_COVERARTPRIORITY="cover.*, folder.*, front.*, external, embedded"
volumes:
- /mnt/nvme/navidrome:/data
- /mnt/media/music:/music:ro