Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 290 Bytes

File metadata and controls

22 lines (15 loc) · 290 Bytes

cRelsy-token_mqservice

TcRelsy - MQService

Docker

    docker build -t hetu/mqservice:1 .
    docker-compose -f rabbitmq.yaml up -d
    docker-compose up -d

Local Start

    docker-compose -f rabbitmq.yaml up -d
    npm install
    npm start