Fix Tempo config

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Bryan Frimin
2026-04-15 15:46:05 +02:00
parent a58abd445a
commit d01b0b3eca
2 changed files with 31 additions and 17 deletions

View File

@@ -75,11 +75,13 @@ services:
- "-config.file=/etc/loki/local-config.yaml"
tempo:
image: "grafana/tempo:latest"
image: "grafana/tempo:2.10.4"
command:
- "-config.file=/etc/tempo.yaml"
ports:
- "3200:3200"
- "4317:4317"
- "4318:4318"
volumes:
- "./compose/tempo/tempo.yaml:/etc/tempo.yaml:ro"
- "tempo-data:/var/tempo:rw"