feat: backend ingest API, Docker Compose, Ubuntu install guide

- FastAPI: POST /api/v1/events, GET /health, JSON Schema validation

- PostgreSQL models, Alembic migration, bootstrap API key

- deploy/docker-compose.yml, .env.example

- docs/install-ubuntu-24.04.md, updated work-plan (agents first)
This commit is contained in:
2026-05-26 20:21:31 +10:00
parent bf1c1c9fe9
commit 69a232d08a
34 changed files with 1139 additions and 134 deletions
+7 -7
View File
@@ -1,10 +1,10 @@
# Deploy
**Статус:** не реализован. См. [docs/deployment.md](../docs/deployment.md).
```bash
cp .env.example .env
nano .env
docker compose up -d --build
docker compose run --rm migrate
```
Планируется:
- `docker-compose.yml`
- `nginx/sacc.conf`
- `.env.example`
- `systemd/` unit-файлы (вариант B)
Полная инструкция для Ubuntu 24.04: [../docs/install-ubuntu-24.04.md](../docs/install-ubuntu-24.04.md)