Sha256: 2720427d8bd83acc8eb9a3d0e85099a801d803846ad748be0de8c565a476f145
Contents?: true
Size: 483 Bytes
Versions: 4
Compression:
Stored size: 483 Bytes
Contents
version: '2' services: <%= application_name %>: image: <%= application_name %> ports: - "::8090" environment: - "CONSUL_URI=consul:8500" links: - statsd:statsd statsd: image: 'hopsoft/graphite-statsd:latest' ports: - "::80" expose: - "8125/udp" registrator: image: 'gliderlabs/registrator:latest' command: '-internal -tags=dev consul://consul:8500' volumes: - '/var/run/docker.sock:/tmp/docker.sock'
Version data entries
4 entries across 4 versions & 1 rubygems