Upgrade Immich to 1.95 #42

Merged
cyclane merged 1 commits from immich-1.95 into main 2024-02-29 22:53:29 +00:00
2 changed files with 5 additions and 4 deletions
Showing only changes of commit 64c93a3a18 - Show all commits

View File

@ -11,6 +11,7 @@
ansible.builtin.user: ansible.builtin.user:
name: debian name: debian
register: user register: user
- name: Docker compose down - name: Docker compose down
ansible.builtin.command: docker compose down ansible.builtin.command: docker compose down
args: args:

View File

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