Created
February 7, 2020 11:12
-
-
Save geocine/4035c2da0492fe59021ee1dc37956862 to your computer and use it in GitHub Desktop.
dock
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-management | |
container_name: rabbitmq | |
volumes: | |
- rabbitmqdata:/var/lib/rabbitmq | |
ports: | |
- "15672:15672" | |
- "5673:5673" | |
environment: | |
- RABBITMQ_DEFAULT_USER=rabbitmquser | |
- RABBITMQ_DEFAULT_PASS=DEBmbwkSrzy9D1T9cJfa | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment