Created
October 3, 2016 15:34
-
-
Save VatslavDS/7fb1358be21956e53219d60559b75be8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
zookeeper: | |
image: wurstmeister/zookeeper | |
ports: | |
- "2181:2181" | |
kafka: | |
image: wurstmeister/kafka | |
links: | |
- zookeeper:zk | |
environment: | |
KAFKA_ADVERTISED_HOST_NAME: 127.0.1.1 | |
ports: | |
- "9092:9092" | |
volumes: | |
- /var/run/docker.sock:/var/run/docker.sock | |
hadoop: | |
build: . | |
ports: | |
- "9000:9000" | |
- "50075:50075" | |
- "50070:50070" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment