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#}
|
{# - ./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:
|
||||||
|
|||||||
Reference in New Issue
Block a user