Sha256: 70ffb9085088f1cded031141c454d624bdfa8c8e86f9562256f2356cc1b2257d
Contents?: true
Size: 621 Bytes
Versions: 3
Compression:
Stored size: 621 Bytes
Contents
<%= application_name %>: image: <%= application_name %> ports: - "::8090" environment: - "CONSUL_URI=consul:8500" links: - consul:consul - statsd:statsd consul: image: progrium/consul ports: - "::8400" - "::8500" - "::53/udp" hostname: node1 command: "-server -bootstrap -ui-dir /ui" statsd: image: 'hopsoft/graphite-statsd:latest' ports: - "::80" expose: - "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