MSA: Improve zookeeper configuration.
This commit is contained in:
parent
f201c3727f
commit
125a2da46b
@ -23,6 +23,9 @@ services:
|
|||||||
image: "zookeeper:3.5"
|
image: "zookeeper:3.5"
|
||||||
ports:
|
ports:
|
||||||
- "2181"
|
- "2181"
|
||||||
|
environment:
|
||||||
|
ZOO_MY_ID: 1
|
||||||
|
ZOO_SERVERS: server.1=zookeeper:2888:3888;zookeeper:2181
|
||||||
kafka:
|
kafka:
|
||||||
restart: always
|
restart: always
|
||||||
image: "wurstmeister/kafka"
|
image: "wurstmeister/kafka"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user