first com2

This commit is contained in:
2026-04-08 17:10:36 +07:00
parent 8a597f880f
commit fc45816eba
34 changed files with 1310 additions and 29 deletions

14
docker-compose.yml Normal file
View File

@@ -0,0 +1,14 @@
services:
bot:
build:
context: .
dockerfile: Dockerfile
volumes:
- .:/app
env_file:
- .env
restart: unless-stopped
# Optional: uncomment to run with auto-reload for development
# command: python -m watchfiles main.py
stdin_open: true
tty: true