diff --git a/compose.tunnel.yml b/compose.tunnel.yml index 4932e01..dbb0cbf 100644 --- a/compose.tunnel.yml +++ b/compose.tunnel.yml @@ -9,7 +9,7 @@ services: cloudflared: - image: cloudflare/cloudflared:2026.7.0 + image: cloudflare/cloudflared:2026.7.1 restart: unless-stopped depends_on: [ grafana, otel-collector ] command: tunnel --no-autoupdate run --token ${CLOUDFLARE_TUNNEL_TOKEN:?set CLOUDFLARE_TUNNEL_TOKEN in .env} diff --git a/compose.yml b/compose.yml index f56343a..e9c5518 100644 --- a/compose.yml +++ b/compose.yml @@ -52,7 +52,7 @@ services: logging: *default-logging prometheus: - image: prom/prometheus:v3.13.0 + image: prom/prometheus:v3.13.1 restart: unless-stopped volumes: - ./config/prometheus.yaml:/etc/prometheus/prometheus.yaml:ro @@ -93,7 +93,7 @@ services: logging: *default-logging node-exporter: - image: prom/node-exporter:v1.11.1 + image: prom/node-exporter:v1.12.1 restart: unless-stopped command: [ "--path.rootfs=/host" ] pid: host