Monitoring Stack: update prometheus to v3.4.0

This commit is contained in:
Aroy-Art 2025-05-22 13:54:08 +02:00
parent 544f62c901
commit 6cc84c9446
Signed by: Aroy
GPG key ID: 583642324A1D2070

View file

@ -36,6 +36,7 @@ services:
loki-url: "http://localhost:3100/loki/api/v1/push"
max-size: "200m"
##############################################
# Loki
# Docs: https://grafana.com/docs/loki/latest/
@ -66,7 +67,7 @@ services:
# Docker Hub: https://hub.docker.com/r/prom/prometheus
##############################################
prometheus:
image: prom/prometheus:v3.1.0
image: prom/prometheus:v3.4.0
command: --web.enable-lifecycle --config.file=/etc/prometheus/prometheus.yml
volumes:
- ${BASE_DIR:-.}/Prometheus/Config:/etc/prometheus