This commit is contained in:
Sergei Poljanski 2026-02-22 21:33:23 +02:00
commit ec1112e162
Signed by: asxpi
GPG key ID: 4F8851660FA4121B
22 changed files with 837 additions and 0 deletions

7
compose.yml Normal file
View file

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