File tree Expand file tree Collapse file tree 1 file changed +1
-16
lines changed Expand file tree Collapse file tree 1 file changed +1
-16
lines changed Original file line number Diff line number Diff line change 1
- version : ' 3.8'
2
- volumes :
3
- full-stack_kafka1-data :
4
- full-stack_zoo1-data :
5
- full-stack_zoo1-log :
1
+ version : ' 2.1'
6
2
7
3
services :
8
4
zoo1 :
@@ -15,13 +11,6 @@ services:
15
11
ZOOKEEPER_CLIENT_PORT : 2181
16
12
ZOOKEEPER_SERVER_ID : 1
17
13
ZOOKEEPER_SERVERS : zoo1:2888:3888
18
- volumes :
19
- - type : volume
20
- source : full-stack_zoo1-data
21
- target : /data
22
- - type : volume
23
- source : full-stack_zoo1-log
24
- target : /datalog
25
14
26
15
kafka1 :
27
16
image : confluentinc/cp-kafka:6.2.1
@@ -43,10 +32,6 @@ services:
43
32
KAFKA_JMX_HOSTNAME : ${DOCKER_HOST_IP:-127.0.0.1}
44
33
depends_on :
45
34
- zoo1
46
- volumes :
47
- - type : volume
48
- source : full-stack_kafka1-data
49
- target : /var/lib/kafka/data
50
35
51
36
kafka-schema-registry :
52
37
image : confluentinc/cp-schema-registry:6.2.1
You can’t perform that action at this time.
0 commit comments