feat: upgrade immich to release
Infrastructure / Check and run Ansbile playbooks (push) Successful in 4m17s Details

This commit is contained in:
Gleb Koval 2024-12-14 01:50:41 +00:00
parent b282b35a5b
commit c2cce6b442
Signed by: cyclane
GPG Key ID: 15E168A8B332382C
2 changed files with 1 additions and 2 deletions

View File

@ -7,7 +7,6 @@
- name: Wait for connection - name: Wait for connection
ansible.builtin.wait_for_connection: ansible.builtin.wait_for_connection:
timeout: 300 timeout: 300
- name: Check if project exists - name: Check if project exists
ansible.builtin.stat: ansible.builtin.stat:
path: "$HOME/{{ app }}" path: "$HOME/{{ app }}"

View File

@ -4,7 +4,7 @@
UPLOAD_LOCATION=/mnt/media/immich UPLOAD_LOCATION=/mnt/media/immich
# The Immich version to use. You can pin this to a specific version like "v1.71.0" # The Immich version to use. You can pin this to a specific version like "v1.71.0"
IMMICH_VERSION=v1.118.2 IMMICH_VERSION=release
# Connection secrets for postgres and typesense. You should change these to random passwords # Connection secrets for postgres and typesense. You should change these to random passwords
TYPESENSE_API_KEY=TYPESENSE_API_KEY_VALUE TYPESENSE_API_KEY=TYPESENSE_API_KEY_VALUE