6 Commits

View File

@@ -19,7 +19,7 @@ services:
# Grafana - Visualization Dashboard # Grafana - Visualization Dashboard
grafana: grafana:
image: grafana/grafana:12.3.3 image: grafana/grafana:12.4.0
restart: unless-stopped restart: unless-stopped
ports: ports:
- "3002:3000" - "3002:3000"
@@ -41,7 +41,7 @@ services:
- prometheus - prometheus
loki: loki:
image: grafana/loki:3.6.5 image: grafana/loki:3.6.7
restart: unless-stopped restart: unless-stopped
ports: ports:
- "3100:3100" - "3100:3100"
@@ -53,7 +53,7 @@ services:
- '-target=all' - '-target=all'
alloy: alloy:
image: grafana/alloy:v1.13.0 image: grafana/alloy:v1.13.2
restart: unless-stopped restart: unless-stopped
ports: ports:
- "12345:12345" - "12345:12345"