Sha256: d07793edc7e1487c0b07964a4f01f467df975f5c7c9567ca40adb4867e277a6a
Contents?: true
Size: 861 Bytes
Versions: 6
Compression:
Stored size: 861 Bytes
Contents
version: '2' services: <%= application_name %>: image: <%= application_name %> ports: - "::8001" environment: - "CONSUL=consul:8500" links: - consul:consul - statsd:statsd - syslog:syslog 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