2 Commits

Author SHA1 Message Date
ef9c4e53da 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 15:03:48 +00:00
54a1e8a841 Update immich to v2 2025-11-03 16:01:51 +00:00

View File

@@ -2,7 +2,7 @@ name: immich
services: services:
server: server:
image: ghcr.io/immich-app/immich-server:v2.3.1 image: ghcr.io/immich-app/immich-server:v2.2.2
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:/data - photos:/usr/src/app/upload
- /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.3.1 image: ghcr.io/immich-app/immich-machine-learning:v2.2.2
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