try faster
This commit is contained in:
parent
d1fab7bbd2
commit
ee069e58fa
1 changed files with 2 additions and 2 deletions
|
|
@ -37,8 +37,8 @@ services:
|
|||
- app_network
|
||||
healthcheck:
|
||||
test: [ "CMD", "pg_isready", "-U", "${POSTGRES_USER}", "-d", "${POSTGRES_DB}" ] # Check if PostgreSQL is ready
|
||||
interval: 5s
|
||||
retries: 3
|
||||
interval: 1s
|
||||
retries: 10
|
||||
|
||||
networks:
|
||||
app_network:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue