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 1f04d3f commit fd96941Copy full SHA for fd96941
doctrine/doctrine-bundle/2.12/manifest.json
@@ -28,6 +28,11 @@
28
" # You should definitely change the password in production",
29
" POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-!ChangeMe!}",
30
" POSTGRES_USER: ${POSTGRES_USER:-app}",
31
+ " healthcheck:",
32
+ " test: [\"CMD\", \"pg_isready\"]",
33
+ " timeout: 5s",
34
+ " retries: 5",
35
+ " start_period: 60s",
36
" volumes:",
37
" - database_data:/var/lib/postgresql/data:rw",
38
" # You may use a bind-mounted host directory instead, so that it is harder to accidentally remove the volume and lose all your data!",
0 commit comments