2 Commits
2 changed files with 3 additions and 3 deletions
@@ -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:
@@ -5,7 +5,7 @@ networks:
services:
traefik:
image: traefik:v3.3
image: traefik:v3.4
container_name: traefik
restart: unless-stopped
env_file: