kafka: update root docker-compose.yml

This commit is contained in:
Sameer Naik
2017-07-05 12:45:27 +05:30
parent a0542915d5
commit e1599cf3d6
2 changed files with 5 additions and 7 deletions

View File

@@ -6,13 +6,13 @@ services:
ports:
- '2181:2181'
volumes:
- 'zookeeper_data:/bitnami/zookeeper'
- 'zookeeper_data:/bitnami'
kafka:
image: 'bitnami/kafka:latest'
ports:
- '9092:9092'
volumes:
- 'kafka_data:/bitnami/kafka'
- 'kafka_data:/bitnami'
environment:
- KAFKA_ZOOKEEPER_CONNECT=zookeeper:2181