Last active
May 16, 2016 16:03
-
-
Save mageddo/ca20ac07622ddfa97662ad7f634730a5 to your computer and use it in GitHub Desktop.
Rabbit server and admin using docker example
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
| rabbitmq: | |
| image: rabbitmq:3.6.1-management | |
| ports: | |
| - "15672:15672" | |
| - "5672:5672" | |
| hostname: "rabbitmq.dev.intranet" | |
| volumes: | |
| - /var/lib/rabbitmq:/var/lib/rabbitmq |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment