Delete docker-compose.yml
no longer needed
This commit is contained in:
parent
afa843eeef
commit
fe14726490
@ -1,24 +0,0 @@
|
|||||||
weavescope-probe:
|
|
||||||
image: weaveworks/scope:0.12.0
|
|
||||||
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:0.12.0
|
|
||||||
ports:
|
|
||||||
- "4040:4040"
|
|
||||||
command:
|
|
||||||
- "--no-probe"
|
|
Loading…
x
Reference in New Issue
Block a user