Реализованы сервисы ВМ2 - проверка сообщений и синхронизация с Б24 (деплой еще без перевода в боевой режим)

This commit is contained in:
mi
2026-08-13 18:52:42 +03:00
parent 5100ba9fc3
commit 99605b1c77
144 changed files with 15295 additions and 1120 deletions
+9 -3
View File
@@ -2,6 +2,12 @@
Production-like MVP implementation described by `../architectory` and `../modules`.
The deployment entry point is `backend/docker-compose.yml`. Copy
`backend/.env.example` to `backend/.env`, provide external managed PostgreSQL,
Selectel S3 and Bitrix24 credentials, then follow `backend/deployment/RUNBOOK.md`.
The current executable entry point is `backend/docker-compose.yml`; it is the
legacy VM1/stub contour, not evidence that the VM2 cutover is complete.
Target production has two independent root Compose projects/systemd units:
VM1 HAN Chat (`backend/`) and private VM2 Processing (`message-safety`,
`bitrix-sync`, ClamAV, Redis Safety, internal nginx and a local OTEL Collector).
Until the VM2 project is implemented, follow the existing backend guide only
for development/acceptance and the target runbook in
`../modules/module-10-deployment-runbook.md` for migration boundaries.