Fix #32: Format `environment:` properly.
Infrastructure / Check and run Ansbile playbooks (pull_request) Successful in 2m17s Details

This commit is contained in:
Gleb Koval 2024-01-07 00:03:19 +00:00
parent 3685590a58
commit ce7d44af5e
Signed by: cyclane
GPG Key ID: 15E168A8B332382C
2 changed files with 1 additions and 2 deletions

View File

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

View File

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