v1.7.1: fix all P1-P4, C1-C6, H1-H6, M1-M7, L1-L3 from error.md — async migrations, CSS variables, SQL validation, event loop, prompt injection, VCF parsing, race conditions, unused imports, gitignore
This commit is contained in:
@@ -7,13 +7,15 @@ services:
|
||||
volumes:
|
||||
- ../config.php:/var/www/html/config.php:ro
|
||||
- ./logs:/app/logs
|
||||
env_file:
|
||||
- .env
|
||||
environment:
|
||||
- BOT_DATABASE_URL=postgresql+asyncpg://aegisone:aegisone_pass@localhost:5432/aegisone
|
||||
- BOT_MAX_TOKEN=f9LHodD0cOKkk03DYXj906MdIeRs3HdDo0BC5H2fLMVCMz3PA_Vx4aJqt2l2qPLM5zd5EQ1Zh6APxzpw2UYE
|
||||
- BOT_WEBHOOK_URL=https://max.aegisone.ru/webhook
|
||||
- BOT_WEBHOOK_SECRET=aegisone_bot_secret_2026
|
||||
- BOT_CONFIG_PHP_PATH=/var/www/html/config.php
|
||||
- BOT_PHP_SENDMAIL_PATH=/usr/sbin/sendmail
|
||||
- BOT_DATABASE_URL=${BOT_DATABASE_URL:-postgresql+asyncpg://aegisone:aegisone_pass@localhost:5432/aegisone}
|
||||
- BOT_MAX_TOKEN=${BOT_MAX_TOKEN:-f9LHodD0cOKkk03DYXj906MdIeRs3HdDo0BC5H2fLMVCMz3PA_Vx4aJqt2l2qPLM5zd5EQ1Zh6APxzpw2UYE}
|
||||
- BOT_WEBHOOK_URL=${BOT_WEBHOOK_URL:-https://max.aegisone.ru/webhook}
|
||||
- BOT_WEBHOOK_SECRET=${BOT_WEBHOOK_SECRET:-aegisone_bot_secret_2026}
|
||||
- BOT_CONFIG_PHP_PATH=${BOT_CONFIG_PHP_PATH:-/var/www/html/config.php}
|
||||
- BOT_PHP_SENDMAIL_PATH=${BOT_PHP_SENDMAIL_PATH:-/usr/sbin/sendmail}
|
||||
logging:
|
||||
driver: "json-file"
|
||||
options:
|
||||
|
||||
Reference in New Issue
Block a user