- Clone this repo on a machine where you'd like to deploy
- Create
docker-compose.override.ymlbased ondocker-compose.override.yml.distand 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_TOKENvariable - 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_IDvariable
Connect to the rabbitmq container and publish a message with payload to the AMQP_QUEUE queue
{ "pattern": "log-message", "data": "test" }