Skip to content

Instantly share code, notes, and snippets.

@hemanth415
Created October 25, 2019 14:15
Show Gist options
  • Save hemanth415/63ebe379b3b429f4ac99e13d6c696b66 to your computer and use it in GitHub Desktop.
Save hemanth415/63ebe379b3b429f4ac99e13d6c696b66 to your computer and use it in GitHub Desktop.
Zipkin with RabbitMQ
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