Update docker-compose and README for Telegram bot integration; add environment file reference and clarify port usage in documentation.
This commit is contained in:
@@ -82,6 +82,8 @@ services:
|
||||
dockerfile: Dockerfile.bot
|
||||
container_name: bots_telegram_bot
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- ./bots/telegram-helper-bot/.env
|
||||
ports:
|
||||
- "8080:8080"
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user