Updates docker-compose to zipkin 1.9.0
This commit is contained in:
@@ -1,22 +1,35 @@
|
||||
cassandra:
|
||||
image: itszero/zipkin-cassandra
|
||||
image: quay.io/openzipkin/zipkin-cassandra:1.9.0
|
||||
ports:
|
||||
- 9042:9042
|
||||
collector:
|
||||
image: itszero/zipkin-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: itszero/zipkin-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: itszero/zipkin-web
|
||||
links:
|
||||
- query
|
||||
image: quay.io/openzipkin/zipkin-web:1.9.0
|
||||
ports:
|
||||
- 8082:8080
|
||||
- 8080:8080
|
||||
- 9990:9990
|
||||
links:
|
||||
- collector
|
||||
- query
|
||||
|
||||
Reference in New Issue
Block a user