Skip to content

rabbitmq server with management via docker compose

Notifications You must be signed in to change notification settings

ariadata/dc-rabbitmq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rabbitmq with docker-compose

rabbitmq server with management via docker compose

Build Status

This needs : dockerhost with non-root user


1- Clone this repository :

git clone -b main https://github.com/ariadata/dc-rabbitmq dc-rabbitmq && cd dc-rabbitmq
cp env.example .env

2- Make data and logs directory :

mkdir -p {data,logs}

3- Find uid and gid and modify .env file :

id
nano .env

4- Run docker-compose stack:

docker compose up -d

5- Enjoy!