Sha256: c272d61679cbe4bdd732b94900d41922c48f84e852bd9f594d81ad83a267ea8e
Contents?: true
Size: 451 Bytes
Versions: 3
Compression:
Stored size: 451 Bytes
Contents
consul: image: progrium/consul ports: - "9400:8400" - "9500:8500" - "9600:53/udp" hostname: node1 command: "-server -bootstrap -ui-dir /ui" statsd: image: 'hopsoft/graphite-statsd:latest' ports: - "8180:80" - "8125:8125/udp" registrator: image: 'gliderlabs/registrator:latest' links: - consul:consul command: '-internal -tags=dev consul://consul:8500' volumes: - '/var/run/docker.sock:/tmp/docker.sock'
Version data entries
3 entries across 3 versions & 1 rubygems