To run locally simply execute:
docker-compose --env-file .\telegram-bot.env up
Or set up these env vars:
| VARIABLE | DESCRIPTION |
|---|---|
| DB_USR | database user |
| DB_PASS | database password |
| DB_URL | database url(jdbc) |
| BOT_TOKEN | telegram bot token |
| BOT_USR | bot username |
| URL | current server's url |
| MOODLE_URL | moodle services url |
| ADMIN_CHATID | Chat id of person that can force the events list to update |
Currently, app works only with postgresql.