Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 889 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 889 Bytes

Logger Telegram Microservice based on NestJS

Pre-requisites

Initialize steps

  • Clone this repo on a machine where you'd like to deploy
  • Create docker-compose.override.yml based on docker-compose.override.yml.dist and edit the variables in it
  • Execute docker-compose build --no-cache --compress && docker-compose up -d

ENV details

How to use

Connect to the rabbitmq container and publish a message with payload to the AMQP_QUEUE queue

{ "pattern": "log-message", "data": "test" }