Pin Prometheus and Grafana image versions

This commit is contained in:
yeasy
2026-04-22 12:24:31 -07:00
parent 2d7740ffb5
commit e6459efb63
2 changed files with 8 additions and 8 deletions
@@ -161,7 +161,7 @@ scrape_configs:
```yaml
services:
prometheus:
image: prom/prometheus:latest
image: prom/prometheus:v3.11.0
container_name: prometheus
ports:
- "9090:9090"
@@ -176,7 +176,7 @@ services:
- monitoring
node-exporter:
image: prom/node-exporter:latest
image: prom/node-exporter:v1.8.2
container_name: node-exporter
ports:
- "9100:9100"
@@ -206,7 +206,7 @@ services:
- monitoring
grafana:
image: grafana/grafana:latest
image: grafana/grafana:11.3.0
container_name: grafana
ports:
- "3000:3000"