add Sematext Docker Agent (#111)

This commit is contained in:
Stefan Thies
2016-05-16 07:00:38 +02:00
committed by Bill Maxwell
parent 3ffc0780e1
commit f6e820ac2d
5 changed files with 204 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
sematext-agent:
image: 'sematext/sematext-agent-docker:latest'
environment:
- LOGSENE_TOKEN=${logsene_token}
- SPM_TOKEN=${spm_token}
restart: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock
labels:
io.rancher.scheduler.global: ${global_service}