Created
June 28, 2018 12:15
-
-
Save odrianoaliveira/a91bc4ab7574946f5acc26c11bccc24f to your computer and use it in GitHub Desktop.
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
version: "2.1" | |
services: | |
rabbit1: | |
image: "rabbitmq:3-management-alpine" | |
mem_limit: 2g | |
memswap_limit: 2g | |
mem_swappiness: 0 | |
restart: unless-stopped | |
ports: | |
- "15672:15672" | |
- "5672:5672" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment