ClickHouse/tests/testflows/window_functions/window_functions_env/zookeeper-service.yml

19 lines
331 B
YAML
Raw Normal View History

2021-02-22 20:04:34 +00:00
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