Compare commits
7 Commits
064b76b892
...
single-dat
| Author | SHA1 | Date | |
|---|---|---|---|
| 916bfa53a2 | |||
| 03fb4155c7 | |||
| 6478592b59 | |||
| 13c57d685f | |||
|
|
8d446c0126 | ||
|
|
c222574b63 | ||
|
|
17433c93b2 |
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user