Merge pull request #241 from spring-cloud/zipkin-0.10.4

Updates to zipkin 0.10.4
This commit is contained in:
Adrian Cole
2016-03-31 21:11:50 +08:00
8 changed files with 21 additions and 20 deletions

View File

@@ -1,15 +1,18 @@
mysql:
image: openzipkin/zipkin-mysql:1.38.1
storage:
image: openzipkin/zipkin-mysql:1.39.0
container_name: mysql
ports:
- 3306:3306
query:
image: openzipkin/zipkin-java:0.9.3
image: openzipkin/zipkin-java:0.10.4
environment:
- STORAGE_TYPE=mysql
- MYSQL_HOST=mysql
- MYSQL_PORT=3306
ports:
# Historical port used for the Zipkin HTTP Api
- 9411:9411
# Zipkin UI used to be on a separate process listening on port 8080
- 8080:9411
links:
- mysql:storage
- storage