Skip to content

Instantly share code, notes, and snippets.

@odrianoaliveira
Created June 28, 2018 12:15
Show Gist options
  • Save odrianoaliveira/a91bc4ab7574946f5acc26c11bccc24f to your computer and use it in GitHub Desktop.
Save odrianoaliveira/a91bc4ab7574946f5acc26c11bccc24f to your computer and use it in GitHub Desktop.
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