Compare commits

...

2 Commits

Author SHA1 Message Date
2abd6ca19f v2.1.0 updates 2025-10-28 12:36:31 -05:00
c0cce60705 updates to 2.1.0 2025-10-28 12:34:57 -05:00

View File

@@ -55,7 +55,7 @@ services:
container_name: immich_redis
labels:
- "com.centurylinklabs.watchtower.monitor-only=true"
image: docker.io/valkey/valkey:8-bookworm@sha256:fea8b3e67b15729d4bb70589eb03367bab9ad1ee89c876f54327fc7c6e618571
image: docker.io/valkey/valkey:8@sha256:81db6d39e1bba3b3ff32bd3a1b19a6d69690f94a3954ec131277b9a26b95b3aa
healthcheck:
test: redis-cli ping || exit 1
restart: always
@@ -64,7 +64,7 @@ services:
container_name: immich_postgres
labels:
- "com.centurylinklabs.watchtower.monitor-only=true"
image: ghcr.io/immich-app/postgres:14-vectorchord0.4.3-pgvectors0.2.0@sha256:41eacbe83eca995561fe43814fd4891e16e39632806253848efaf04d3c8a8b84
image: ghcr.io/immich-app/postgres:14-vectorchord0.4.3-pgvectors0.2.0@sha256:bcf63357191b76a916ae5eb93464d65c07511da41e3bf7a8416db519b40b1c23
environment:
POSTGRES_PASSWORD: ${DB_PASSWORD}
POSTGRES_USER: ${DB_USERNAME}
@@ -79,4 +79,4 @@ services:
restart: always
volumes:
model-cache:
model-cache: