428th-exchange-bot/docker-compose.yml
Artemii Peretiachenko 501c2a5985 Add Docker Compose deploy setup for VPS.
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-25 17:30:49 +02:00

12 lines
293 B
YAML

services:
bot:
build: .
container_name: exchange-bot
restart: unless-stopped
env_file:
- .env
environment:
DATABASE_PATH: /app/data/bot.db
volumes:
- ./data:/app/data
# Long-polling: no published ports. Needs outbound HTTPS to api.telegram.org.