mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-03 18:20:27 +00:00
17 lines
355 B
YAML
17 lines
355 B
YAML
version: '2'
|
|
services:
|
|
probe:
|
|
image: weaveworks/scope:0.13.1
|
|
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}"
|