mirror of
https://github.com/samsonjs/immich.git
synced 2026-03-25 09:15:56 +00:00
fix: e2e exit 135 (#26214)
This commit is contained in:
parent
72cefcabaf
commit
2c9d69865c
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue