Skip to content

Instantly share code, notes, and snippets.

@spektom
Created July 14, 2019 19:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save spektom/f5e27001d17d165ce434d6bae561f574 to your computer and use it in GitHub Desktop.
Save spektom/f5e27001d17d165ce434d6bae561f574 to your computer and use it in GitHub Desktop.
docker-compose-kafka.yml
version: '3'
services:
zookeeper:
image: zookeeper
kafka:
image: wurstmeister/kafka
environment:
KAFKA_ZOOKEEPER_CONNECT: zookeeper:2181
KAFKA_ADVERTISED_HOST_NAME: kafka
bash:
image: wurstmeister/kafka
command: sleep 100000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment