File tree Expand file tree Collapse file tree 3 files changed +14
-4
lines changed
Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 11version : " 3.4"
22services :
33 grafana :
4- build : ./grafana
4+ build :
5+ context : grafana
6+ args :
7+ UPSTREAM_VERSION : 8.1.5
58 image : " grafana.dms.dnp.dappnode.eth:1.0.1"
69 restart : always
710 volumes :
811 - " grafana_data:/var/lib/grafana"
912 prometheus :
10- build : ./prometheus
13+ build :
14+ context : prometheus
15+ args :
16+ UPSTREAM_VERSION : v2.30.0
1117 image : " prometheus.dms.dnp.dappnode.eth:1.0.1"
1218 restart : always
1319 volumes :
Original file line number Diff line number Diff line change 1- FROM grafana/grafana:7.3.3
1+ ARG UPSTREAM_VERSION
2+
3+ FROM grafana/grafana:${UPSTREAM_VERSION}
24
35USER root
46
Original file line number Diff line number Diff line change 1- FROM prom/prometheus
1+ ARG UPSTREAM_VERSION
2+
3+ FROM prom/prometheus:${UPSTREAM_VERSION}
24
35COPY prometheus.yml /etc/prometheus/
46
You can’t perform that action at this time.
0 commit comments