mirror of
https://github.com/weaveworks/scope.git
synced 2026-02-14 18:09:59 +00:00
15 lines
335 B
YAML
15 lines
335 B
YAML
version: '2'
|
|
services:
|
|
probe:
|
|
image: weaveworks/scope:1.13.2
|
|
network_mode: "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}"
|