Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 272 Bytes

File metadata and controls

17 lines (11 loc) · 272 Bytes

easyTradeRabbitmq

RabbitMQ service along with its initialization.

Technologies used

  • Docker
  • RabbitMQ

Local build instructions

# default rabbitmq port is 15672

docker build -t easytraderabbitmq .
docker run -d --name rabbitmq easytraderabbitmq