2016-05-15 22:00:38 -07:00

11 lines
286 B
YAML
Executable File

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}