immich: bump versions

This commit is contained in:
2026-07-03 14:36:48 +00:00
parent fb9aaf1a94
commit e67b05d6c0
+3 -3
View File
@@ -9,7 +9,7 @@ networks:
services:
immich-server:
container_name: immich_server
image: ghcr.io/immich-app/immich-server:v2
image: ghcr.io/immich-app/immich-server:v3
labels:
- "com.centurylinklabs.watchtower.enable=true"
volumes:
@@ -65,7 +65,7 @@ services:
redis:
container_name: immich_redis
image: docker.io/valkey/valkey:8-bookworm@sha256:facc1d2c3462975c34e10fccb167bfa92b0e0dbd992fc282c29a61c3243afb11
image: docker.io/valkey/valkey:9@sha256:4963247afc4cd33c7d3b2d2816b9f7f8eeebab148d29056c2ca4d7cbc966f2d9
networks:
- immich
healthcheck:
@@ -79,7 +79,7 @@ services:
database:
container_name: immich_postgres
image: ghcr.io/immich-app/postgres:14-vectorchord0.4.3-pgvectors0.2.0@sha256:32324a2f41df5de9efe1af166b7008c3f55646f8d0e00d9550c16c9822366b4a
image: ghcr.io/immich-app/postgres:14-vectorchord0.4.3-pgvectors0.2.0@sha256:bcf63357191b76a916ae5eb93464d65c07511da41e3bf7a8416db519b40b1c23
environment:
POSTGRES_PASSWORD: ${DB_PASSWORD}
POSTGRES_USER: ${DB_USERNAME}