Skip to content

Commit

Permalink
Merge pull request #154 from hashcloak/update-local-testnet
Browse files Browse the repository at this point in the history
testnet: update grafana & prometheus
  • Loading branch information
sc0Vu authored Oct 25, 2022
2 parents ad36570 + c3a8909 commit 1a69f13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testnet/local/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ services:
ipv4_address: 172.29.1.10

prometheus:
image: prom/prometheus:v2.33.4
image: prom/prometheus:v2.37.1
volumes:
- ./conf/monitoring/prometheus.yaml:/etc/prometheus/prometheus.yml
ports:
Expand All @@ -200,7 +200,7 @@ services:
ipv4_address: 172.29.1.128

grafana:
image: grafana/grafana:8.4.3
image: grafana/grafana:8.5.13
ports:
- 3000:3000
depends_on:
Expand Down

0 comments on commit 1a69f13

Please sign in to comment.