Skip to content

Instantly share code, notes, and snippets.

@ArminShoeibi
Created March 26, 2021 18:39
Show Gist options
  • Select an option

  • Save ArminShoeibi/fa3813333db4a61e7b65c932523c8c57 to your computer and use it in GitHub Desktop.

Select an option

Save ArminShoeibi/fa3813333db4a61e7b65c932523c8c57 to your computer and use it in GitHub Desktop.
docker compose for RabbitMQ
services:
rabbit-mq:
image: rabbitmq:management-alpine
container_name: RabbitMQServer
ports:
- "15672:15672"
hostname: rbmq
restart: always
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment