Created
June 28, 2018 21:59
-
-
Save Signorini/d9d5fc5d61a4ce9b5cd0b72930cc9392 to your computer and use it in GitHub Desktop.
Infra
This file contains 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: | |
hostname: "discovery-rabbit" | |
image: rabbitmq:3-management | |
ports: | |
- "15672:15672" | |
- "5672:5672" | |
mongodb: | |
image: mongo | |
volumes: | |
- mongodata:/data/db | |
ports: | |
- "27017:27017" | |
volumes: | |
mongodata: {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment