Sha256: 612819e640ba331097cd072dc44d89eb8a862a0d67029e6499afd2f6f95418f8
Contents?: true
Size: 515 Bytes
Versions: 3
Compression:
Stored size: 515 Bytes
Contents
version: '2' services: 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