community-catalog/templates/logspout/0/docker-compose.yml
2016-04-01 17:04:31 +02:00

16 lines
395 B
YAML

logspout:
restart: always
environment:
ROUTE_URIS: "${route_uri}"
LOGSPOUT: 'ignore'
volumes:
- '/var/run/docker.sock:/var/run/docker.sock'
external_links:
- ${target_link}:${target_link_name}
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