This commit is contained in:
2026-02-25 00:48:06 +03:00
parent ea00ad6d25
commit 9eb3333931
9 changed files with 157 additions and 113 deletions

View File

@@ -39,7 +39,7 @@ services:
immich-redis:
container_name: immich_redis
image: docker.io/valkey/valkey:9@sha256:546304417feac0874c3dd576e0952c6bb8f06bb4093ea0c9ca303c73cf458f63
image: docker.io/valkey/valkey:9
healthcheck:
test: redis-cli ping || exit 1
restart: unless-stopped
@@ -51,7 +51,7 @@ services:
immich-postgres:
container_name: immich_postgres
image: ghcr.io/immich-app/postgres:14-vectorchord0.4.3-pgvectors0.2.0@sha256:bcf63357191b76a916ae5eb93464d65c07511da41e3bf7a8416db519b40b1c23
image: ghcr.io/immich-app/postgres:14-vectorchord0.4.3-pgvectors0.2.0
env_file:
- ./immich.env
shm_size: 128mb