This commit is contained in:
tikeev.k
2026-06-01 17:38:44 +03:00
commit 4548a57f83
14 changed files with 2989 additions and 0 deletions

9
docker-compose.yml Normal file
View File

@@ -0,0 +1,9 @@
services:
ticket-bot:
build: .
container_name: tg-ticket-bot
restart: unless-stopped
env_file:
- .env
volumes:
- ./data:/app/data