docker file for running jaeger

This commit is contained in:
bergquist 2017-09-12 10:53:29 +02:00
parent bc678899f7
commit 98c84f9458

6
docker/blocks/jaeger/fig Normal file
View File

@ -0,0 +1,6 @@
jaeger:
image: jaegertracing/all-in-one:latest
ports:
- "localhost:5775:5775/udp"
- "16686:16686"