File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ services:
4949
5050 el-reth :
5151 profiles : [el-reth]
52- image : ghcr.io/paradigmxyz/reth:${EL_RETH_VERSION:-v1.11.3 }
52+ image : ghcr.io/paradigmxyz/reth:${EL_RETH_VERSION:-v2.1.0 }
5353 restart : unless-stopped
5454 ports :
5555 - ${EL_PORT_P2P:-30303}:30303/tcp # P2P TCP
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ services:
2222
2323 grafana :
2424 profiles : [monitoring-visualization]
25- image : grafana/grafana:${GRAFANA_VERSION:-12.4 .1}
25+ image : grafana/grafana:${GRAFANA_VERSION:-13.0 .1}
2626 user : " :"
2727 ports :
2828 - ${MONITORING_IP_GRAFANA:-0.0.0.0}:${MONITORING_PORT_GRAFANA:-3000}:3000
Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ services:
198198 restart : unless-stopped
199199
200200 grafana :
201- image : grafana/grafana:${GRAFANA_VERSION:-12.4 .1}
201+ image : grafana/grafana:${GRAFANA_VERSION:-13.0 .1}
202202 profiles : [""]
203203 user : " :"
204204 ports :
You can’t perform that action at this time.
0 commit comments