updates: traefik v3.7, cadvisor v0.60, loki v3.7
This commit is contained in:
@@ -22,7 +22,7 @@ services:
|
||||
{# - ./grafana_config:/etc/grafana:ro#}
|
||||
|
||||
loki:
|
||||
image: grafana/loki:3.6
|
||||
image: grafana/loki:3.7
|
||||
container_name: loki
|
||||
restart: unless-stopped
|
||||
# Needed to make config files readable (not anymore, TODO: remove)
|
||||
@@ -77,7 +77,7 @@ services:
|
||||
- /:/host:ro,rslave
|
||||
|
||||
cadvisor:
|
||||
image: ghcr.io/google/cadvisor:v0.53.0
|
||||
image: ghcr.io/google/cadvisor:0.60
|
||||
container_name: cadvisor
|
||||
restart: unless-stopped
|
||||
command:
|
||||
|
||||
@@ -5,7 +5,7 @@ networks:
|
||||
|
||||
services:
|
||||
traefik:
|
||||
image: traefik:v3.6
|
||||
image: traefik:v3.7
|
||||
container_name: traefik
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
|
||||
Reference in New Issue
Block a user