feat: Tái cấu trúc bot sang kiến trúc cog, thêm hỗ trợ đa máy chủ, giới thiệu tính năng đăng ký bóng đá, giao diện web và quản lý cấu hình.

This commit is contained in:
2026-01-16 17:26:42 +07:00
parent 8c38357c28
commit b24365927a
39 changed files with 3864 additions and 997 deletions
-16
View File
@@ -1,16 +0,0 @@
version: '3.8'
services:
virtus-bot:
build: .
container_name: virtus-bot
restart: unless-stopped
environment:
- BOT_TOKEN=${BOT_TOKEN}
- POSTGRES_URL=${POSTGRES_URL}
volumes:
# Mount logs directory nếu cần
- ./logs:/app/logs
# Không cần expose port vì Discord bot không cần HTTP server
# ports:
# - "8000:8000"