Upgrade Immich to 1.95 (#42)
Infrastructure / Check and run Ansbile playbooks (push) Failing after 2m4s
Details
Infrastructure / Check and run Ansbile playbooks (push) Failing after 2m4s
Details
And again... https://github.com/immich-app/immich/releases/tag/v1.95.0 Reviewed-on: #42
This commit is contained in:
parent
b9d0c5d55d
commit
68259cb3cf
|
@ -11,6 +11,7 @@
|
|||
ansible.builtin.user:
|
||||
name: debian
|
||||
register: user
|
||||
|
||||
- name: Docker compose down
|
||||
ansible.builtin.command: docker compose down
|
||||
args:
|
||||
|
|
|
@ -48,7 +48,7 @@ services:
|
|||
|
||||
database:
|
||||
container_name: immich_postgres
|
||||
image: tensorchord/pgvecto-rs:pg14-v0.1.11
|
||||
image: tensorchord/pgvecto-rs:pg14-v0.2.0@sha256:90724186f0a3517cf6914295b5ab410db9ce23190a2d9d0b9dd6463e3fa298f0
|
||||
env_file:
|
||||
- .env
|
||||
environment:
|
||||
|
|
Loading…
Reference in New Issue