17 lines
377 B
YAML
17 lines
377 B
YAML
version: '3.2'
|
|
services:
|
|
sematext-agent-docker:
|
|
image: sematext/sematext-agent-docker
|
|
deploy:
|
|
mode: global
|
|
restart_policy:
|
|
condition: any
|
|
environment:
|
|
- LOGSENE_TOKEN=$LOGSENE_TOKEN
|
|
- SPM_TOKEN=$SPM_TOKEN
|
|
restart: always
|
|
volumes:
|
|
- type: bind
|
|
source: /var/run/docker.sock
|
|
target: /var/run/docker.sock
|