Compare commits

...

2 Commits

Author SHA1 Message Date
825c2b78a5
monitoring: downgrade loki because of issues in 3.5 2025-05-14 01:55:45 -07:00
renovate[bot]
1c5cd1afcc
chore(deps): update traefik docker tag to v3.4 2025-05-05 19:13:00 +00:00
2 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@ services:
{# - ./grafana_config:/etc/grafana:ro#}
loki:
image: grafana/loki:latest
image: grafana/loki:3.4
container_name: loki
restart: unless-stopped
# Needed to make config files readable (not anymore, TODO: remove)
@ -40,7 +40,7 @@ services:
- /tmp/loki
promtail:
image: grafana/promtail:latest
image: grafana/promtail:3.4
container_name: promtail
restart: unless-stopped
command:

View File

@ -5,7 +5,7 @@ networks:
services:
traefik:
image: traefik:v3.3
image: traefik:v3.4
container_name: traefik
restart: unless-stopped
env_file: