This commit is contained in:
2024-08-11 06:29:40 -07:00
parent 8c10b47951
commit b36b69b0ef

View File

@ -15,7 +15,11 @@ services:
tempo: tempo:
image: *tempoImage image: *tempoImage
command: [ "-server.http-listen-port=3200" ] command:
- -server.http-listen-port=3200
- --storage.trace.backend=local
- --storage.trace.local.path=/tmp/tempo/traces
- --storage.trace.wal.path=/tmp/tempo/wal
volumes: volumes:
- tempo-data:/var/tempo - tempo-data:/var/tempo
network_mode: host # so all the other containers can send to it easily network_mode: host # so all the other containers can send to it easily