v1.6.0: max_bot fixes — feature keys, flush→commit, test-run, categories, broadcast page, proxy error handling, deploy scripts

This commit is contained in:
2026-05-24 07:50:38 +03:00
parent bd048ea23d
commit 493e0b37a1
127 changed files with 6082 additions and 65 deletions
+15
View File
@@ -0,0 +1,15 @@
services:
max-bot:
build:
context: .
network: host
container_name: aegisone-max-bot
network_mode: host
environment:
DATABASE_URL: postgresql+asyncpg://aegisone:aegisone_pass@localhost:5432/aegisone
APP_ENV: production
LOG_LEVEL: info
WEBHOOK_SECRET: ${WEBHOOK_SECRET:-max-bot-secret-key}
volumes:
- ./uploads:/app/uploads
restart: unless-stopped