Files
grafana/devenv/docker/blocks/tempo/docker-compose.yaml
T
Andrej Ocenas f029e84565 Devenv: Add tempo data source (#31138)
* Add tempo DS to devenv

* Remove unsupported values from config

* Add tempo ds

* Remove tempo-query
2021-03-08 16:04:42 +01:00

9 lines
208 B
YAML

tempo:
image: grafana/tempo:latest
command: ["-config.file=/etc/tempo.yaml"]
ports:
- "6831:6831"
- "3101:3101"
volumes:
- ./docker/blocks/tempo/tempo.yaml:/etc/tempo.yaml