Skip to content

Commit 8a92f4d

Browse files
author
rokh-conduktor
authored
Merge pull request #100 from conduktor/revert-99-add_missing_volume_full
Revert "Add missing volumes to the `full-stack` definition"
2 parents ff5d81e + 06f9d09 commit 8a92f4d

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

full-stack.yml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
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'
62

73
services:
84
zoo1:
@@ -15,13 +11,6 @@ services:
1511
ZOOKEEPER_CLIENT_PORT: 2181
1612
ZOOKEEPER_SERVER_ID: 1
1713
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
2514

2615
kafka1:
2716
image: confluentinc/cp-kafka:6.2.1
@@ -43,10 +32,6 @@ services:
4332
KAFKA_JMX_HOSTNAME: ${DOCKER_HOST_IP:-127.0.0.1}
4433
depends_on:
4534
- zoo1
46-
volumes:
47-
- type: volume
48-
source: full-stack_kafka1-data
49-
target: /var/lib/kafka/data
5035

5136
kafka-schema-registry:
5237
image: confluentinc/cp-schema-registry:6.2.1

0 commit comments

Comments
 (0)