Kyle Sessions 5385581b10 Updated Weavescope to v1.6.7
Added Published port question
2017-12-30 10:40:45 -07:00

25 lines
466 B
YAML

weavescope-probe:
image: weaveworks/scope:1.6.7
privileged: true
net: host
pid: host
labels:
io.rancher.scheduler.global: true
io.rancher.container.dns: true
links:
- weavescope-app
volumes:
- "/var/run/docker.sock:/var/run/docker.sock"
tty: true
command:
- "--probe.docker"
- "true"
- "--no-app"
- "weavescope-app"
weavescope-app:
image: weaveworks/scope:1.6.7
ports:
- "${PUBLISH_PORT}:4040"
command:
- "--no-probe"