fix: health check

This commit is contained in:
f
2024-12-27 19:49:31 -03:00
parent 172e8aac65
commit b8d818da0f

View File

@ -43,7 +43,7 @@ services:
volumes:
- db:/var/lib/postgresql/data
healthcheck:
test: pg_isready -U ${DATABASE_USER} -d ${DATABASE_NAME}
test: pg_isready -U nocodb -d nocodb
interval: 10s
timeout: 2s
retries: 10