6 Commits

Author SHA1 Message Date
b72354ecb3 Update immich to v2.3.1 2025-11-20 08:01:56 +00:00
9db8fba8ca Update immich to v2.2.3 2025-11-05 16:01:48 +00:00
a30752c014 Change docker tag of valkey to full Semver, upgrade vectorchord to 0.4.3
Current vectorcord is 0.5.3, but documentation states "The current accepted range for VectorChord is >= 0.3.0, < 0.5.0."
2025-11-05 16:13:00 +01:00
03f3af28b4 Update immich to v2 2025-11-05 16:12:53 +01:00
39c05ff786 Change upload path
Changing the upload path to /data according to the changelog for 1.137.0 (https://github.com/immich-app/immich/releases/tag/v1.137.0)

According to the pull request (https://github.com/immich-app/immich/pull/20367), "Users are not required to make this change, but we do recommend it."
2025-11-05 14:40:15 +00:00
8e06c89b87 Update immich to v1.144.1 2025-10-01 00:02:12 +00:00

View File

@@ -2,7 +2,7 @@ name: immich
services: services:
server: server:
image: ghcr.io/immich-app/immich-server:v2.2.2 image: ghcr.io/immich-app/immich-server:v2.3.1
container_name: immich_server container_name: immich_server
# extends: # extends:
# file: hwaccel.transcoding.yml # file: hwaccel.transcoding.yml
@@ -15,7 +15,7 @@ services:
healthcheck: healthcheck:
disable: false disable: false
volumes: volumes:
- photos:/usr/src/app/upload - photos:/data
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
#ports: #ports:
#- 2283:2283 #- 2283:2283
@@ -35,7 +35,7 @@ services:
machine-learning: machine-learning:
# For hardware acceleration, add one of -[armnn, cuda, openvino] to the image tag. # For hardware acceleration, add one of -[armnn, cuda, openvino] to the image tag.
# Example tag: ${IMMICH_VERSION:-release}-cuda # Example tag: ${IMMICH_VERSION:-release}-cuda
image: ghcr.io/immich-app/immich-machine-learning:v2.2.2 image: ghcr.io/immich-app/immich-machine-learning:v2.3.1
container_name: immich_machine_learning container_name: immich_machine_learning
# extends: # uncomment this section for hardware acceleration - see https://immich.app/docs/features/ml-hardware-acceleration # extends: # uncomment this section for hardware acceleration - see https://immich.app/docs/features/ml-hardware-acceleration
# file: hwaccel.ml.yml # file: hwaccel.ml.yml