Sha256: e3a3c41fdb8b7d67edcb877a95c77d6229d18210e5e5cfec078d075bf439d63d
Contents?: true
Size: 711 Bytes
Versions: 11
Compression:
Stored size: 711 Bytes
Contents
version: '2' services: <%= application_name %>: image: <%= application_name %> ports: - "::5000" environment: - "CONSUL=consul:8500" links: - consul:consul - statsd:statsd 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 command: '-internal -tags=dev consul://consul:8500' volumes: - '/var/run/docker.sock:/tmp/docker.sock'
Version data entries
11 entries across 11 versions & 1 rubygems