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