This commit is contained in:
2025-12-29 19:11:06 +01:00
parent 27bbd9621a
commit b902142c4b
10 changed files with 216 additions and 0 deletions

29
defaults/main.yml Normal file
View File

@@ -0,0 +1,29 @@
immich_image_tag: "release"
immich_server_image: "ghcr.io/immich-app/immich-server:{{ immich_image_tag }}"
immich_microservices_image: "ghcr.io/immich-app/immich-server:{{ immich_image_tag }}"
immich_ml_image: "ghcr.io/immich-app/immich-machine-learning:{{ immich_image_tag }}"
immich_postgres_image: "postgres:14"
immich_redis_image: "redis:6"
immich_network_name: "immich"
immich_upload_location: "/opt/immich/library"
immich_db_data_location: "/opt/immich/postgres"
immich_redis_data_location: "/opt/immich/redis"
immich_model_cache_dir: "/opt/immich/ml-cache"
immich_env_path: "/etc/immich/immich.env"
immich_postgres_env_path: "/etc/immich/postgres.env"
immich_timezone: "UTC"
immich_db_user: "immich"
immich_db_password: "immich_password_change_me"
immich_db_name: "immich"
immich_server_port: 2283
immich_container_uid: 1000
immich_container_gid: 1000
immich_machine_learning_enabled: true