22 lines
515 B
YAML
22 lines
515 B
YAML
---
|
|
app_name: navidrome
|
|
|
|
# Container configuration
|
|
navidrome_container_name: "{{ app_name | default('navidrome') }}"
|
|
navidrome_container_version: latest
|
|
navidrome_restart_policy: "{{ app_restart_policy }}"
|
|
navidrome_uid: "{{ app_uid }}"
|
|
navidrome_gid: "{{ app_gid }}"
|
|
|
|
# Network configuration
|
|
navidrome_http_port: 4533
|
|
|
|
# Volume paths
|
|
navidrome_data_path: "{{ app_dir }}/data"
|
|
|
|
# App-specific configuration
|
|
navidrome_base_url: ""
|
|
navidrome_libraries: []
|
|
# - host_path: /path/to/music
|
|
# container_path: /music
|