fix: Remove hardcoded arrstack dir in template

This commit is contained in:
Marty Oehme 2025-10-20 22:35:33 +02:00
parent 12e48b17b7
commit 2b05fc7363
Signed by: Marty
GPG key ID: 4E535BC19C61886E

View file

@ -342,8 +342,8 @@ services:
volumes:
- "{{ arrstack_env_dir }}/data/gonic:/data"
- "{{ arrstack_env_dir }}/data/gonic_playlists:/playlists"
- "/srv/media/music:/music:ro"
- "/srv/media/podcasts:/podcasts"
- "{{ arrstack_serve_dir }}/media/music:/music:ro"
- "{{ arrstack_serve_dir }}/media/podcasts:/podcasts"
#- /path/to/cache:/cache # transcode / covers / etc cache dir
labels:
caddy: "{{ arrstack_gonic_subdomain }}"