mirror of
https://github.com/weaveworks/scope.git
synced 2026-02-14 18:09:59 +00:00
13 lines
279 B
YAML
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}"
|