Skip to content

Instantly share code, notes, and snippets.

@gschmutz
Last active January 29, 2019 19:01
Show Gist options
  • Save gschmutz/0d811f09764c22eb2b4c34eae9b8e946 to your computer and use it in GitHub Desktop.
Save gschmutz/0d811f09764c22eb2b4c34eae9b8e946 to your computer and use it in GitHub Desktop.
docker-compse template for burrow
burrow:
image: toddpalino/burrow
volumes:
- ${PWD}/burrow-config:/etc/burrow/
- ${PWD}/tmp:/var/tmp/burrow
ports:
- 8000:8000
depends_on:
- zookeeper-1
- broker-1
restart: always
burrow-dashboard:
image: joway/burrow-dashboard:latest
ports:
- "8085:80"
environment:
BURROW_BACKEND: http://burrow:8000
burrowui:
image: generalmills/burrowui
ports:
- 3000:3000
environment:
BURROW_HOME: http://${DOCKER_HOST_IP}:8000/v3/kafka
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment