Skip to content

Commit

Permalink
Remove Consul Health check in docker-compose file. It seems the healt…
Browse files Browse the repository at this point in the history
…hcheck cause WARN logs in Zookeeper when the connection is closed.
  • Loading branch information
Nicolas Huray committed Jul 17, 2017
1 parent 35850e0 commit f3f01fc
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,7 @@ services:
- CONSUL_HTTP_ADDR=consul:8500
- DISABLE_CONSUL_TEMPLATE=true
- S6_LOGGING=0
- SERVICE_2181_NAME=zookeeper
- SERVICE_2181_CHECK_TCP=true
- SERVICE_2181_CHECK_INTERVAL=15s
- SERVICE_2888_NAME=zookeeper-2888
- SERVICE_2888_CHECK_TCP=true
- SERVICE_2888_CHECK_INTERVAL=15s
- SERVICE_3888_NAME=zookeeper-3888
- SERVICE_3888_CHECK_TCP=true
- SERVICE_3888_CHECK_INTERVAL=15s
# ports:
# - 2181
# - 2888
# - 3888
ports:
- 2181
- 2888
- 3888

0 comments on commit f3f01fc

Please sign in to comment.