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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user