Skip to content

Commit

Permalink
Increase healtcheck timeout for ElasticSearch
Browse files Browse the repository at this point in the history
Per #150, ES can take upto (well, in my case) 110 seconds, so this change will increase the healthcheck time to 125 seconds.
  • Loading branch information
joehoyle committed Jun 24, 2020
1 parent 30417a8 commit ee07e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ services:
test: ["CMD-SHELL", "curl --silent --fail localhost:9200/_cluster/health || exit 1"]
interval: 5s
timeout: 5s
retries: 10
retries: 25
labels:
- "traefik.port=9200"
- "traefik.protocol=http"
Expand Down

0 comments on commit ee07e7a

Please sign in to comment.