Sha256: effc125f30df01664817c5bd8961563f3b9f0254f88bcf544af1e42d139ead2b
Contents?: true
Size: 648 Bytes
Versions: 6
Compression:
Stored size: 648 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_8125_NAME=statsd-8125" registrator: image: 'gliderlabs/registrator:latest' links: - consul:consul command: '-internal -tags=dev consul://consul:8500' volumes: - '/var/run/docker.sock:/tmp/docker.sock' syslog: image: 'factorish/syslog' command: '-t udp' environment: - "SERVICE_514_NAME=syslog-514"
Version data entries
6 entries across 6 versions & 1 rubygems