Add spring-cloud-sleuth-stream

This commit is contained in:
Dave Syer
2015-10-12 11:08:59 +01:00
parent ea481eee54
commit d9bf984e5f
26 changed files with 1277 additions and 41 deletions

View File

@@ -0,0 +1,35 @@
cassandra:
image: quay.io/openzipkin/zipkin-cassandra:1.9.0
ports:
- 9042:9042
collector:
image: quay.io/openzipkin/zipkin-collector:1.9.0
environment:
- BLOCK_ON_CASSANDRA=true
expose:
- 9410
ports:
- 9410:9410
- 9900:9900
links:
- cassandra:db
query:
image: quay.io/openzipkin/zipkin-query:1.9.0
environment:
- BLOCK_ON_CASSANDRA=true
expose:
- 9411
ports:
- 9411:9411
- 9901:9901
links:
- cassandra:db
- collector
web:
image: quay.io/openzipkin/zipkin-web:1.9.0
ports:
- 8080:8080
- 9990:9990
links:
- collector
- query