19 lines
464 B
YAML
19 lines
464 B
YAML
---
|
|
app_name: immich
|
|
|
|
# Container configuration
|
|
immich_container_name: "{{ app_name | default('immich') }}"
|
|
immich_container_version: v2
|
|
immich_restart_policy: "{{ app_restart_policy | default('unless-stopped') }}"
|
|
|
|
# Network configuration
|
|
immich_http_port: 2283
|
|
|
|
# Volume paths
|
|
immich_library_path: "{{ app_dir }}/library"
|
|
immich_pgdata_path: "{{ app_dir }}/pgdata"
|
|
|
|
# App-specific configuration
|
|
immich_db_password: postgres
|
|
immich_timezone: "{{ app_timezone }}"
|