Update docker-compose.yml file

This commit is contained in:
tompizmor 2017-07-10 17:47:49 +02:00 committed by GitHub
parent 44cb9f99fc
commit a6c055f4bf
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,8 @@ services:
image: 'bitnami/zookeeper:latest'
ports:
- '2181:2181'
environment:
- ALLOW_ANONYMOUS_LOGIN=yes
volumes:
- 'zookeeper_data:/bitnami'
kafka:
@ -15,6 +17,7 @@ services:
- 'kafka_data:/bitnami'
environment:
- KAFKA_ZOOKEEPER_CONNECT=zookeeper:2181
- ALLOW_PLAINTEXT_LISTENER=yes
volumes:
zookeeper_data: