Add old logspout
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user