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:
@@ -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
|
||||
Reference in New Issue
Block a user