Skip to content

Commit

Permalink
Fix healthcheck for database service (#1310)
Browse files Browse the repository at this point in the history
As per #1307
  • Loading branch information
gabrielpenide committed May 8, 2024
1 parent 8cba886 commit c511f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doctrine/doctrine-bundle/2.12/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
" POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-!ChangeMe!}",
" POSTGRES_USER: ${POSTGRES_USER:-app}",
" healthcheck:",
" test: [\"CMD\", \"pg_isready -U ${POSTGRES_USER:-app}\"]",
" test: [\"CMD\", \"pg_isready\", \"-d\", \"${POSTGRES_DB:-app}\", \"-U\", \"${POSTGRES_USER:-app}\"]",
" timeout: 5s",
" retries: 5",
" start_period: 60s",
Expand Down

0 comments on commit c511f8c

Please sign in to comment.