Add Docker Compose and deployment documentation
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
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
|
||||
Reference in New Issue
Block a user