This commit is contained in:
Manav Rathi 2025-03-20 08:02:55 +05:30
parent c1d1a3540a
commit 27fe549e15
No known key found for this signature in database

View File

@ -40,16 +40,7 @@ services:
POSTGRES_DB: ente_db
# Wait for postgres to accept connections before starting museum.
healthcheck:
test:
[
"CMD",
"pg_isready",
"-q",
"-d",
"ente_db",
"-U",
"pguser"
]
test: pg_isready -q -d ente_db -U pguser
start_period: 40s
start_interval: 1s
volumes: