mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-06 15:42:39 +00:00
0b95bfb38e
Adding fixes to ldap and rbac tests. Adding user_dn_detection tests in LDAP role mapping.
19 lines
331 B
YAML
Executable File
19 lines
331 B
YAML
Executable File
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
|