Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 908 Bytes

README.md

File metadata and controls

32 lines (28 loc) · 908 Bytes

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!