Skip to content

Instantly share code, notes, and snippets.

@gtljaymodi
Created March 19, 2020 13:14
Show Gist options
  • Save gtljaymodi/1337b147964061921a4bc7d340e0d40e to your computer and use it in GitHub Desktop.
Save gtljaymodi/1337b147964061921a4bc7d340e0d40e to your computer and use it in GitHub Desktop.
version: '3.3'
services:
# RabbitMQ - Broker
rabbit:
hostname: rabbitmq
image: rabbitmq:3-management
environment:
- RABBITMQ_DEFAULT_USER=user
- RABBITMQ_DEFAULT_PASS=password
ports:
- "5672:5672"
- "15672:15672" # here, we can access rabbitmq management plugin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment