We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b5f6a8 commit 90a61a9Copy full SHA for 90a61a9
docker/prod/compose.yml
@@ -11,7 +11,7 @@ services:
11
- POSTGRES_DB=${POSTGRES_DB:?err}
12
- POSTGRES_PORT=${POSTGRES_PORT:-5432}
13
healthcheck:
14
- test: ['CMD-SHELL', 'pg_isready -U ${POSTGRES_USER}']
+ test: ['CMD-SHELL', 'pg_isready -U ${POSTGRES_USER} -d ${POSTGRES_DB}']
15
interval: 10s
16
timeout: 5s
17
retries: 5
0 commit comments