Skip to content

Commit 92d3b59

Browse files
authored
Merge pull request #178 from IUMusicalFish19/arsenez2006-patch-1
Fix postgres health-check timer
2 parents 6b351e2 + 4999c07 commit 92d3b59

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ services:
99
- ./postgres-init:/docker-entrypoint-initdb.d
1010
healthcheck:
1111
test: [ "CMD-SHELL", "pg_isready -U vcd -d vcd" ]
12-
interval: 5s
13-
timeout: 5s
14-
retries: 10
12+
interval: 30s
13+
timeout: 10s
14+
retries: 5
1515

1616
runner:
1717
build: ./RunnerNode
@@ -48,4 +48,4 @@ services:
4848
depends_on:
4949
- runner
5050
- auth
51-
- profile
51+
- profile

0 commit comments

Comments
 (0)