Simple example of webhook Telegram bot running in docker with Telego.
The bot will just copy any message sent to it.
Provide environment variables (in .evn file for example), see .env.example for reference.
Note:
ECHO_BOT_LISTEN_URLenv used as health check base URL
docker container run -p "443:443" mymmrac/echo-bot:latest Note: To use
.envfile add--env-file .env