mirror of
https://github.com/artemium428/428th-exchange-bot.git
synced 2026-09-15 16:56:20 +00:00
12 lines
293 B
YAML
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.
|