Skip to content

Instantly share code, notes, and snippets.

@Signorini
Created June 28, 2018 21:59
Show Gist options
  • Save Signorini/d9d5fc5d61a4ce9b5cd0b72930cc9392 to your computer and use it in GitHub Desktop.
Save Signorini/d9d5fc5d61a4ce9b5cd0b72930cc9392 to your computer and use it in GitHub Desktop.
Infra
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