Skip to content

Commit

Permalink
Merge pull request #46 from BoltzExchange/electrs-timeout-increase
Browse files Browse the repository at this point in the history
chore(electrs): increase healthcheck timeout
  • Loading branch information
maybeast authored Oct 15, 2024
2 parents 884c533 + 1298991 commit 4147d07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ services:
healthcheck:
test: ["CMD-SHELL", "curl -s $(hostname):3002/blocks/tip/height"]
timeout: 1s
retries: 5
retries: 20
interval: 2s
start_period: 5s
ports:
Expand Down Expand Up @@ -442,7 +442,7 @@ services:
healthcheck:
test: ["CMD-SHELL", "curl -s $(hostname):3003/blocks/tip/height"]
timeout: 15s
retries: 10
retries: 20
interval: 2s
start_period: 5s
ports:
Expand Down

0 comments on commit 4147d07

Please sign in to comment.