Skip to content

Commit 618dae6

Browse files
committed
Bump to new version: 1.0.1
1 parent dabaf69 commit 618dae6

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

dappnode_package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dms.dnp.dappnode.eth",
3-
"version": "0.2.0",
3+
"version": "1.0.1",
44
"description": "This package privately and locally collects and displays metrics related to your dappnode and its packages. Based on Grafana and Prometheus",
55
"shortDescription": "DAppNode Monitoring Service",
66
"type": "service",

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ version: "3.4"
22
services:
33
grafana:
44
build: ./grafana
5-
image: "grafana.dms.dnp.dappnode.eth:0.2.0"
5+
image: "grafana.dms.dnp.dappnode.eth:1.0.1"
66
restart: always
77
volumes:
88
- "grafana_data:/var/lib/grafana"
99
prometheus:
1010
build: ./prometheus
11-
image: "prometheus.dms.dnp.dappnode.eth:0.2.0"
11+
image: "prometheus.dms.dnp.dappnode.eth:1.0.1"
1212
restart: always
1313
volumes:
1414
- "prometheus_data:/prometheus"
1515
- "prometheus_file_sd:/prometheus_file_sd"
1616
manager:
1717
build: ./manager
18-
image: "manager.dms.dnp.dappnode.eth:0.2.0"
18+
image: "manager.dms.dnp.dappnode.eth:1.0.1"
1919
restart: always
2020
volumes:
2121
- "manager_data:/data"

0 commit comments

Comments
 (0)