Compare commits

..

No commits in common. "825c2b78a56156d974a9ce38b2f400bb899cba99" and "68a6635c5eca7a5685adacf6da5b9e0eaa853d9d" have entirely different histories.

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:3.4
image: grafana/loki:latest
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:3.4
image: grafana/promtail:latest
container_name: promtail
restart: unless-stopped
command:

View File

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