Sha256: e4c284578265d3ed2982e9f1ede9138db67d7b53e9354040480b096573bad6a7
Contents?: true
Size: 484 Bytes
Versions: 7
Compression:
Stored size: 484 Bytes
Contents
version: '2' services: statsd: image: 'hopsoft/graphite-statsd:latest' ports: - "::80" expose: - "8125/udp" environment: - "SERVICE_8125_NAME=statsd-8125" registrator: image: 'gliderlabs/registrator:latest' 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
7 entries across 7 versions & 1 rubygems