t pushMerge branch 'main' of gitlab.prodcontest.com:team-39/backend

This commit is contained in:
gitgernit
2025-11-23 14:41:15 +03:00
6 changed files with 24 additions and 4 deletions
+2 -1
View File
@@ -83,8 +83,9 @@ RFC определяет интерфейсы для API, операционны
## 7. Деплой и CI/CD
- Локально: Docker Compose (just up/build)
- Staging/Prod: Coolify
- CI pipeline: lint → build images → full tests → push образ → deploy staging
- CI pipeline: lint → build images → full tests → sast → тагирование → deploy staging
- Резервное копирование: pg_dump + object storage snapshot.
- Логи и екзек в контейнер в кулифае, метрики в графане
## 8. Миграции данных и схем
- Использовать alembic для миграций схем PostgreSQL.