Sign in
简柏林
/
thingskit
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
125a2da46b3826419118d52c57baa83734c09c2f
Authored by
Igor Kulikov
2018-11-20 15:24:57 +0200
1 parent
f201c372
MSA: Improve zookeeper configuration.
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
docker/docker-compose.yml
docker/docker-compose.yml
View file @
125a2da
...
...
@@ -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"
...
...