mirror of
https://github.com/ente-io/ente.git
synced 2025-04-30 19:42:33 +00:00
Shorten
This commit is contained in:
parent
c1d1a3540a
commit
27fe549e15
@ -40,16 +40,7 @@ services:
|
|||||||
POSTGRES_DB: ente_db
|
POSTGRES_DB: ente_db
|
||||||
# Wait for postgres to accept connections before starting museum.
|
# Wait for postgres to accept connections before starting museum.
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test:
|
test: pg_isready -q -d ente_db -U pguser
|
||||||
[
|
|
||||||
"CMD",
|
|
||||||
"pg_isready",
|
|
||||||
"-q",
|
|
||||||
"-d",
|
|
||||||
"ente_db",
|
|
||||||
"-U",
|
|
||||||
"pguser"
|
|
||||||
]
|
|
||||||
start_period: 40s
|
start_period: 40s
|
||||||
start_interval: 1s
|
start_interval: 1s
|
||||||
volumes:
|
volumes:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user