upgrade docker images

This commit is contained in:
houseme
2025-03-27 22:21:10 +08:00
parent c4c6d439bc
commit d12817a772
2 changed files with 10 additions and 10 deletions
+5 -5
View File
@@ -2,11 +2,11 @@
This directory contains the observability stack for the application. The stack is composed of the following components:
- Prometheus
- Grafana
- Loki
- Jaeger
- Otel Collector
- Prometheus v3.2.1
- Grafana 11.6.0
- Loki 3.4.2
- Jaeger 2.4.0
- Otel Collector 0.120.0 #0.121.0 remove loki
## Prometheus
+5 -5
View File
@@ -16,7 +16,7 @@ services:
networks:
- otel-network
jaeger:
image: jaegertracing/jaeger:2.3.0
image: jaegertracing/jaeger:2.4.0
environment:
- TZ=Asia/Shanghai
ports:
@@ -26,7 +26,7 @@ services:
networks:
- otel-network
prometheus:
image: prom/prometheus:v3.2.0
image: prom/prometheus:v3.2.1
environment:
- TZ=Asia/Shanghai
volumes:
@@ -42,12 +42,12 @@ services:
volumes:
- ./loki-config.yaml:/etc/loki/local-config.yaml
ports:
- "3100:3100"
command: -config.file=/etc/loki/local-config.yaml
- "3100:3100"
command: -config.file=/etc/loki/local-config.yaml
networks:
- otel-network
grafana:
image: grafana/grafana:11.5.2
image: grafana/grafana:11.6.0
ports:
- "3000:3000" # Web UI
environment: