Created
October 25, 2019 14:15
-
-
Save hemanth415/63ebe379b3b429f4ac99e13d6c696b66 to your computer and use it in GitHub Desktop.
Zipkin with RabbitMQ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: '2' | |
services: | |
zipkin: | |
image: openzipkin/zipkin | |
container_name: zipkin | |
environment: | |
- STORAGE_TYPE=mem | |
- RABBIT_URI=amqp://localhost | |
ports: | |
- 9411:9411 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment