Updated Weavescope to v1.6.7
Added Published port question
This commit is contained in:
parent
0e91698d96
commit
5385581b10
@ -1,5 +1,5 @@
|
|||||||
weavescope-probe:
|
weavescope-probe:
|
||||||
image: weaveworks/scope:1.6.5
|
image: weaveworks/scope:1.6.7
|
||||||
privileged: true
|
privileged: true
|
||||||
net: host
|
net: host
|
||||||
pid: host
|
pid: host
|
||||||
@ -17,8 +17,8 @@ weavescope-probe:
|
|||||||
- "--no-app"
|
- "--no-app"
|
||||||
- "weavescope-app"
|
- "weavescope-app"
|
||||||
weavescope-app:
|
weavescope-app:
|
||||||
image: weaveworks/scope:1.6.5
|
image: weaveworks/scope:1.6.7
|
||||||
ports:
|
ports:
|
||||||
- "4040:4040"
|
- "${PUBLISH_PORT}:4040"
|
||||||
command:
|
command:
|
||||||
- "--no-probe"
|
- "--no-probe"
|
||||||
|
@ -1,4 +1,11 @@
|
|||||||
.catalog:
|
.catalog:
|
||||||
name: weavescope
|
name: weavescope
|
||||||
version: 1.6.5
|
version: 1.6.7
|
||||||
description: "Monitoring, visualisation and management for Docker"
|
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.6.5
|
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