fix calcom postgres healthcheck
This commit is contained in:
@@ -59,10 +59,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- calcom-postgresql-data:/var/lib/postgresql/data
|
- calcom-postgresql-data:/var/lib/postgresql/data
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test:
|
test: ["CMD-SHELL", "pg_isready -U $${POSTGRES_USER} -d $${POSTGRES_DB}"]
|
||||||
- CMD-SHELL
|
interval: 5s
|
||||||
- pg_isready -U ${SERVICE_USER_POSTGRES} -d ${POSTGRES_DB:-calendso}
|
timeout: 20s
|
||||||
interval: 10s
|
retries: 10
|
||||||
timeout: 5s
|
|
||||||
retries: 5
|
|
||||||
restart: unless-stopped
|
|
||||||
|
Reference in New Issue
Block a user