Upgrade to immich 1.95
Infrastructure / Check and run Ansbile playbooks (pull_request) Successful in 2m22s Details

This commit is contained in:
Gleb Koval 2024-02-29 22:47:08 +00:00
parent b9d0c5d55d
commit 64c93a3a18
Signed by: cyclane
GPG Key ID: 15E168A8B332382C
2 changed files with 5 additions and 4 deletions

View File

@ -1,5 +1,5 @@
- name: Deploy app
hosts: photos
hosts: photos
gather_facts: false
vars:
app: immich
@ -11,6 +11,7 @@
ansible.builtin.user:
name: debian
register: user
- name: Docker compose down
ansible.builtin.command: docker compose down
args:

View File

@ -4,7 +4,7 @@ services:
immich-server:
container_name: immich_server
image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release}
command: [ "start.sh", "immich" ]
command: ["start.sh", "immich"]
volumes:
- ${UPLOAD_LOCATION}:/usr/src/app/upload
env_file:
@ -22,7 +22,7 @@ services:
# extends:
# file: hwaccel.yml
# service: hwaccel
command: [ "start.sh", "microservices" ]
command: ["start.sh", "microservices"]
volumes:
- ${UPLOAD_LOCATION}:/usr/src/app/upload
env_file:
@ -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: