fix: e2e exit 135 (#26214)

This commit is contained in:
Min Idzelis
2026-02-14 12:51:54 -05:00
committed by GitHub
parent 72cefcabaf
commit 2c9d69865c
+1
View File
@@ -53,6 +53,7 @@ services:
POSTGRES_DB: immich POSTGRES_DB: immich
ports: ports:
- 5435:5432 - 5435:5432
shm_size: 128mb
healthcheck: healthcheck:
test: ['CMD-SHELL', 'pg_isready -U postgres -d immich'] test: ['CMD-SHELL', 'pg_isready -U postgres -d immich']
interval: 1s interval: 1s