feat: upgrade immich to release
Infrastructure / Check and run Ansbile playbooks (push) Successful in 4m17s
Details
Infrastructure / Check and run Ansbile playbooks (push) Successful in 4m17s
Details
This commit is contained in:
parent
b282b35a5b
commit
c2cce6b442
|
@ -7,7 +7,6 @@
|
|||
- name: Wait for connection
|
||||
ansible.builtin.wait_for_connection:
|
||||
timeout: 300
|
||||
|
||||
- name: Check if project exists
|
||||
ansible.builtin.stat:
|
||||
path: "$HOME/{{ app }}"
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
UPLOAD_LOCATION=/mnt/media/immich
|
||||
|
||||
# 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
|
||||
TYPESENSE_API_KEY=TYPESENSE_API_KEY_VALUE
|
||||
|
|
Loading…
Reference in New Issue