15 lines
362 B
YAML
15 lines
362 B
YAML
services:
|
|
bot:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
image: tgvpn-bot:latest
|
|
container_name: tgvpn-bot
|
|
restart: unless-stopped
|
|
env_file:
|
|
- .env
|
|
environment:
|
|
BOT_DEBUG: ${BOT_DEBUG:-false}
|
|
# Long polling — исходящие HTTPS к api.telegram.org
|
|
# ports не нужны, пока нет webhook
|