fix: e2e exit 135 (#26214)

pull/26219/head
Min Idzelis 2026-02-14 12:51:54 -05:00 committed by GitHub
parent 72cefcabaf
commit 2c9d69865c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ services:
POSTGRES_DB: immich
ports:
- 5435:5432
shm_size: 128mb
healthcheck:
test: ['CMD-SHELL', 'pg_isready -U postgres -d immich']
interval: 1s