- Clone this repo on a machine where you'd like to deploy
- Create
docker-compose.override.yml
based ondocker-compose.override.yml.dist
and edit the variables in it - Execute
docker-compose build --no-cache --compress && docker-compose up -d
- Create a Telegram bot using https://t.me/BotFather to get
TELEGRAM_BOT_TOKEN
variable - Create a Telegram channel and set Telegram bot as an administrator
- Send Telegram channel's link to https://t.me/username_to_id_bot to get
TELEGRAM_CHANNEL_ID
variable
Connect to the rabbitmq
container and publish a message with payload to the AMQP_QUEUE
queue
{ "pattern": "log-message", "data": "test" }