Commit 125a2da46b3826419118d52c57baa83734c09c2f

Authored by Igor Kulikov
1 parent f201c372

MSA: Improve zookeeper configuration.

Showing 1 changed file with 3 additions and 0 deletions
... ... @@ -23,6 +23,9 @@ services:
23 23 image: "zookeeper:3.5"
24 24 ports:
25 25 - "2181"
  26 + environment:
  27 + ZOO_MY_ID: 1
  28 + ZOO_SERVERS: server.1=zookeeper:2888:3888;zookeeper:2181
26 29 kafka:
27 30 restart: always
28 31 image: "wurstmeister/kafka"
... ...