Files
2026-01-30 15:07:31 -05:00

15 lines
416 B
YAML

---
app_role_name: audiobookshelf
app_name: audiobookshelf
# Container configuration
audiobookshelf_container_name: "{{ app_name | default('audiobookshelf') }}"
audiobookshelf_container_version: latest
audiobookshelf_restart_policy: "{{ app_restart_policy }}"
audiobookshelf_http_port: 13378
# Volume paths
audiobookshelf_config_path: "{{ app_dir }}/config"
audiobookshelf_metadata_path: "{{ app_dir }}/metadata"