Sha256: 92a500b395a5aa5155f97293bb23d59a756dd0ad7c8667a28652210461b4e732
Contents?: true
Size: 567 Bytes
Versions: 12
Compression:
Stored size: 567 Bytes
Contents
version: '2' services: consul: image: progrium/consul ports: - "::8500" hostname: node1 command: "-server -bootstrap -ui-dir /ui" statsd: image: 'hopsoft/graphite-statsd:latest' ports: - "::80" expose: - "8125/udp" environment: - "SERVICE_NAME=statsd" registrator: image: 'gliderlabs/registrator:latest' links: - consul:consul environment: - "SERVICE_NAME=statsd" command: '-internal -tags=dev consul://consul:8500' volumes: - '/var/run/docker.sock:/tmp/docker.sock'
Version data entries
12 entries across 12 versions & 2 rubygems