f029e84565
* Add tempo DS to devenv * Remove unsupported values from config * Add tempo ds * Remove tempo-query
9 lines
208 B
YAML
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
|