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: This directory contains the observability stack for the application. The stack is composed of the following components:
- Prometheus - Prometheus v3.2.1
- Grafana - Grafana 11.6.0
- Loki - Loki 3.4.2
- Jaeger - Jaeger 2.4.0
- Otel Collector - Otel Collector 0.120.0 #0.121.0 remove loki
## Prometheus ## Prometheus
+5 -5
View File
@@ -16,7 +16,7 @@ services:
networks: networks:
- otel-network - otel-network
jaeger: jaeger:
image: jaegertracing/jaeger:2.3.0 image: jaegertracing/jaeger:2.4.0
environment: environment:
- TZ=Asia/Shanghai - TZ=Asia/Shanghai
ports: ports:
@@ -26,7 +26,7 @@ services:
networks: networks:
- otel-network - otel-network
prometheus: prometheus:
image: prom/prometheus:v3.2.0 image: prom/prometheus:v3.2.1
environment: environment:
- TZ=Asia/Shanghai - TZ=Asia/Shanghai
volumes: volumes:
@@ -42,12 +42,12 @@ services:
volumes: volumes:
- ./loki-config.yaml:/etc/loki/local-config.yaml - ./loki-config.yaml:/etc/loki/local-config.yaml
ports: ports:
- "3100:3100" - "3100:3100"
command: -config.file=/etc/loki/local-config.yaml command: -config.file=/etc/loki/local-config.yaml
networks: networks:
- otel-network - otel-network
grafana: grafana:
image: grafana/grafana:11.5.2 image: grafana/grafana:11.6.0
ports: ports:
- "3000:3000" # Web UI - "3000:3000" # Web UI
environment: environment: