Ver 0.1
This commit is contained in:
29
defaults/main.yml
Normal file
29
defaults/main.yml
Normal 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
|
||||
Reference in New Issue
Block a user