Merge pull request #697 from DevKyleS/weavescope_1.6.5
Updated Weavescope to v1.6.7
This commit is contained in:
commit
9a282a101d
24
templates/weavescope/1/docker-compose.yml
Normal file
24
templates/weavescope/1/docker-compose.yml
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
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"
|
11
templates/weavescope/1/rancher-compose.yml
Normal file
11
templates/weavescope/1/rancher-compose.yml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
.catalog:
|
||||||
|
name: weavescope
|
||||||
|
version: 1.6.7
|
||||||
|
description: "Monitoring, visualisation and management for Docker"
|
||||||
|
questions:
|
||||||
|
- variable: PUBLISH_PORT
|
||||||
|
label: "Published Port"
|
||||||
|
description: "public port to access the web"
|
||||||
|
default: "4040"
|
||||||
|
type: "int"
|
||||||
|
required: true
|
@ -1,6 +1,6 @@
|
|||||||
name: Weave Scope
|
name: Weave Scope
|
||||||
description: "Monitoring, visualisation and management for Docker"
|
description: "Monitoring, visualisation and management for Docker"
|
||||||
version: 1.1.0
|
version: 1.6.7
|
||||||
category: Monitoring
|
category: Monitoring
|
||||||
maintainer: "Ilya Dmitrichenko <ilya@weave.works>"
|
maintainer: "Ilya Dmitrichenko <ilya@weave.works>"
|
||||||
license: "Apache License v2.0"
|
license: "Apache License v2.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user