Compare commits
2 Commits
68a6635c5e
...
825c2b78a5
Author | SHA1 | Date | |
---|---|---|---|
825c2b78a5 | |||
|
1c5cd1afcc |
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user