This commit is contained in:
User
2026-05-11 14:06:51 +03:00
parent 9fb566155b
commit ec736c09f5
11 changed files with 828 additions and 591 deletions
+10
View File
@@ -0,0 +1,10 @@
services:
bot:
build: .
container_name: vk-sales-bot
restart: unless-stopped
env_file:
- .env
volumes:
- ./data:/app/data
- ./logs:/app/logs