Skip to content

lazy-ants/logger-telegram

Repository files navigation

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" }