TorbatYar/docs/deployment/deployment.md
Mortezakoohjani 12c8615615 Ship enterprise Accounting FE/API with CRUD parity and production wiring.
Adds accounting-service PATCH/archive, fiscal helpers, COA templates and setup status, plus SuperApp Accounting UI (DS, scoreboard, masters, vouchers, ledger, ops modules) with session refresh and HTTPS public API URLs.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-24 15:26:43 +03:30

29 lines
882 B
Markdown

# Deployment Overview
Operational instructions for deploying TorbatYar. Architecture topology lives in [deployment-architecture.md](../architecture/deployment-architecture.md).
## Quick Paths
| Doc | Use |
| --- | --- |
| [production.md](production.md) | Production hosts, env, compose |
| [ssl.md](ssl.md) | TLS and tenant certificate expansion |
| [monitoring.md](monitoring.md) | Health checks and logs |
| [backup.md](backup.md) | Backup procedures |
| [restore.md](restore.md) | Restore procedures |
| [disaster-recovery.md](disaster-recovery.md) | DR outline |
## Local / Compose
```bash
cp .env.example .env
docker compose up -d --build
```
Services: Frontend `:3000`, Core `:8000`, Identity `:8001`, Keycloak `:8080`.
## Related Documents
- [Developer Guide](../development/developer-guide.md)
- [ADR-009](../architecture/adr/ADR-009.md)