Files
weave-scope/examples/docker/docker-compose-probe-v1.yml
Bryan Boreham 0e1d3f84d9 Release 1.13.2
2021-04-09 09:46:09 +00:00

13 lines
279 B
YAML

probe:
image: weaveworks/scope:1.13.2
net: "host"
pid: "host"
privileged: true
labels:
- "works.weave.role=system"
volumes:
- "/var/run/docker.sock:/var/run/docker.sock:rw"
command:
- "--probe.docker=true"
- "--service-token=${SCOPE_SERVICE_TOKEN}"