updates: traefik v3.7, cadvisor v0.60, loki v3.7

This commit is contained in:
2026-08-07 14:38:42 -07:00
parent a2521f945e
commit 335ca97ed8
2 changed files with 3 additions and 3 deletions
@@ -22,7 +22,7 @@ services:
{# - ./grafana_config:/etc/grafana:ro#} {# - ./grafana_config:/etc/grafana:ro#}
loki: loki:
image: grafana/loki:3.6 image: grafana/loki:3.7
container_name: loki container_name: loki
restart: unless-stopped restart: unless-stopped
# Needed to make config files readable (not anymore, TODO: remove) # Needed to make config files readable (not anymore, TODO: remove)
@@ -77,7 +77,7 @@ services:
- /:/host:ro,rslave - /:/host:ro,rslave
cadvisor: cadvisor:
image: ghcr.io/google/cadvisor:v0.53.0 image: ghcr.io/google/cadvisor:0.60
container_name: cadvisor container_name: cadvisor
restart: unless-stopped restart: unless-stopped
command: command:
@@ -5,7 +5,7 @@ networks:
services: services:
traefik: traefik:
image: traefik:v3.6 image: traefik:v3.7
container_name: traefik container_name: traefik
restart: unless-stopped restart: unless-stopped
env_file: env_file: