Add community logspout template

This commit is contained in:
sshipway
2016-03-04 03:34:25 +00:00
parent 8c75921457
commit b85c3e2220
5 changed files with 66 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
logspout:
restart: always
environment:
ROUTE_URIS: "${route_uri}"
LOGSPOUT: 'ignore'
SYSLOG_HOSTNAME: "${envname}"
volumes:
- '/var/run/docker.sock:/var/run/docker.sock'
labels:
io.rancher.scheduler.global: 'true'
io.rancher.container.hostname_override: container_name
tty: true
image: rancher/logspout-logstash:v0.2.0
stdin_open: true