Codebase list golang-github-go-kit-kit / 0c243515-0bf2-4b25-8735-9c1038fa7c1b/v0.4.0 docker-compose-integration.yml
0c243515-0bf2-4b25-8735-9c1038fa7c1b/v0.4.0

Tree @0c243515-0bf2-4b25-8735-9c1038fa7c1b/v0.4.0 (Download .tar.gz)

docker-compose-integration.yml @0c243515-0bf2-4b25-8735-9c1038fa7c1b/v0.4.0raw · history · blame

version: '2'
services:
  etcd:
    image: quay.io/coreos/etcd
    ports:
      - "2379:2379"
    command: /usr/local/bin/etcd -advertise-client-urls http://0.0.0.0:2379,http://0.0.0.0:4001 -listen-client-urls "http://0.0.0.0:2379,http://0.0.0.0:4001"
  consul:
    image: progrium/consul
    ports:
      - "8500:8500"
    command: -server -bootstrap
  zk:
    image: zookeeper
    ports:
      - "2181:2181"