FROM grafana/tempo

COPY tempo.yaml /etc/tempo.yaml

EXPOSE 3200
EXPOSE 4317

# jaeger
EXPOSE 14268

# oltp grpc
EXPOSE 55680 

# oltp http
EXPOSE 55681 

RUN cat /etc/tempo.yaml

CMD ["/tempo","-config.file=/etc/tempo.yaml"]
#CMD ["/tempo","-config.file=/etc/tempo.yaml","--distributor.log-received-traces=true"]