Skip to content

Commit

Permalink
bump: Prometheus and Grafana
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernauer committed Jun 10, 2023
1 parent 5c437f2 commit f3a3afa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:

prometheus:
restart: unless-stopped
image: prom/prometheus:v2.32.1
image: prom/prometheus:v2.44.0
volumes:
- "./prometheus/prometheus.yml:/etc/prometheus/prometheus.yml"
- "prometheus-data:/prometheus"
Expand All @@ -30,7 +30,7 @@ services:

grafana:
restart: unless-stopped
image: grafana/grafana:8.3.4
image: grafana/grafana:9.5.3
volumes:
- "./grafana/provisioning:/etc/grafana/provisioning/"
- "grafana-data:/var/lib/grafana"
Expand Down

0 comments on commit f3a3afa

Please sign in to comment.