Sha256: 2022743a9b25ae26d3ba249f0ea12becd4a09f9b0e64441ce7c92f1a49013648

Contents?: true

Size: 517 Bytes

Versions: 1

Compression:

Stored size: 517 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'
    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

1 entries across 1 versions & 1 rubygems

Version Path
minke-generator-go-0.8.0 lib/generators/gomicroservice/scaffold/_build/dockercompose/<%= application_name %>/docker-no-server.yml.erb