feat: Make Telegram bot username configurable via env variable
Deploy Telegram Bot / deploy (push) Successful in 16s

This commit is contained in:
2026-04-17 11:14:14 +03:00
parent 425dbfd015
commit 5de5f8946e
3 changed files with 10 additions and 1 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ services:
environment:
- "ConnectionStrings__gmrelaydb=Host=127.0.0.1;Port=5432;Database=gmrelay_db;Username=gmrelay;Password=${POSTGRES_PASSWORD}"
- "Telegram__BotToken=${TELEGRAM_BOT_TOKEN}"
- "Telegram__BotUsername=YOUR_BOT_USERNAME"
- "Telegram__BotUsername=${TELEGRAM_BOT_USERNAME}"
volumes:
pgdata: