Add old logspout

This commit is contained in:
Dominik Hahn
2016-04-01 17:04:31 +02:00
parent a45179fa86
commit 448e4645b2
6 changed files with 82 additions and 27 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