mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-06 15:42:39 +00:00
19 lines
331 B
YAML
19 lines
331 B
YAML
|
version: '2.3'
|
||
|
|
||
|
services:
|
||
|
zookeeper:
|
||
|
image: zookeeper:3.4.12
|
||
|
expose:
|
||
|
- "2181"
|
||
|
environment:
|
||
|
ZOO_TICK_TIME: 500
|
||
|
ZOO_MY_ID: 1
|
||
|
healthcheck:
|
||
|
test: echo stat | nc localhost 2181
|
||
|
interval: 3s
|
||
|
timeout: 2s
|
||
|
retries: 5
|
||
|
start_period: 2s
|
||
|
security_opt:
|
||
|
- label:disable
|