Sha256: c30d73cfc4a2c70015d3d7d85ae3080e7854a2eb29f9a564caaab12da57e0bcd
Contents?: true
Size: 485 Bytes
Versions: 3
Compression:
Stored size: 485 Bytes
Contents
version: '2' services: <%= application_name %>: image: <%= application_name %> ports: - "::8001" environment: - "CONSUL=consul:8500" links: - syslog:syslog registrator: image: 'gliderlabs/registrator:latest' 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
3 entries across 3 versions & 1 rubygems