Skip to content

Commit

Permalink
Fix postgres healthcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
ipmb committed Feb 10, 2024
1 parent 52c8c50 commit f5762b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
- pgdata:/var/lib/postgresql/data/
- .data/db_dumps:/db_dumps
healthcheck:
test: /usr/bin/pg_isready
test: /usr/bin/pg_isready -d {{project_name}} -U postgres
interval: 5s
timeout: 10s
retries: 120
Expand Down

0 comments on commit f5762b3

Please sign in to comment.