initial commit

This commit is contained in:
hiperman
2026-01-30 15:07:31 -05:00
commit 7844cc4416
83 changed files with 3802 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
---
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 }}"