Skip to content

cross311/docker-compose-samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-compose-samples

Collection of docker compose yml files to help test cool technology

Required

  • Docker for [your platform]
  • wget

Kafka

Docker compose spotify's single container for both zookeeper and kafka, auto configured. additionally running kafka-manager from dockerkafka

Run platform

wget -q -O - https://raw.githubusercontent.com/cross311/docker-compose-samples/master/kafka-docker-compose.yml | docker-compose -f - -p expressUp up -d

Initialize

I have not been able to determine how to get the kafka-manager to auto pick up the cluster. Follow these steps to register the kafka docker instance with the manager.

  • http://localhost:9000/addCluster
  • Give it a name (example: docker-kafka)
  • Cluster host: zookeeper:2181
  • kafka version: 0.8.2.1
  • Spotify's version does not support JMX :(
  • Save!

Eventstore

Docker compose eventstore's single instance container.

Run platform

wget -q -O - https://raw.githubusercontent.com/cross311/docker-compose-samples/master/eventstore-docker-compose.yml | docker-compose -f - -p expressUp up -d

Login

  • http://localhost:2113
  • username: admin
  • password: changeit

About

Collection of docker compose yml files to help test cool technology

Topics

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors