Fix Telegram bot environment configuration

- Updated .env with correct TELEGRAM_BOT_TOKEN and N8N_WEBHOOK_URL
- Added env_file directive to docker-compose.telegram-bot.yml
- Telegram bot now starts successfully with /validate command working
This commit is contained in:
mindesbunister
2025-10-27 19:31:06 +01:00
parent dde25ad2c1
commit 9808d52d3f
2 changed files with 5 additions and 3 deletions

View File

@@ -7,6 +7,8 @@ services:
dockerfile: Dockerfile.telegram-bot
container_name: telegram-trade-bot
restart: unless-stopped
env_file:
- .env.telegram-bot
dns:
- 8.8.8.8
- 8.8.4.4