chore: update docs
This commit is contained in:
11
CLAUDE.md
11
CLAUDE.md
@@ -8,6 +8,9 @@ Single-tenant vehicle management application with 9-container architecture (6 ap
|
||||
| ---- | ---- | ------------ |
|
||||
| `Makefile` | Build, test, deploy commands | Running any make command |
|
||||
| `docker-compose.yml` | Development container orchestration | Local development setup |
|
||||
| `docker-compose.staging.yml` | Staging container orchestration | Staging deployment |
|
||||
| `docker-compose.prod.yml` | Production container orchestration | Production deployment |
|
||||
| `docker-compose.blue-green.yml` | Blue-green deployment orchestration | Zero-downtime deploys |
|
||||
| `package.json` | Root workspace dependencies | Dependency management |
|
||||
| `README.md` | Project overview | First-time setup |
|
||||
|
||||
@@ -17,13 +20,17 @@ Single-tenant vehicle management application with 9-container architecture (6 ap
|
||||
| --------- | ---- | ------------ |
|
||||
| `backend/` | Fastify API server with feature capsules | Backend development |
|
||||
| `frontend/` | React/Vite SPA with MUI | Frontend development |
|
||||
| `ocr/` | Python OCR microservice (Tesseract) | OCR pipeline, receipt/VIN extraction |
|
||||
| `docs/` | Project documentation hub | Architecture, APIs, testing |
|
||||
| `config/` | Configuration files (Traefik, monitoring) | Infrastructure setup |
|
||||
| `scripts/` | Utility scripts (backup, deploy) | Automation tasks |
|
||||
| `config/` | Configuration files (Traefik, logging stack) | Infrastructure setup |
|
||||
| `scripts/` | Utility scripts (backup, deploy, CI) | Automation tasks |
|
||||
| `.ai/` | AI context and workflow contracts | AI-assisted development |
|
||||
| `.claude/` | Claude Code agents and skills | Delegating to agents, using skills |
|
||||
| `.gitea/` | Gitea workflows and templates | CI/CD, issue templates |
|
||||
| `ansible/` | Ansible deployment playbooks | Server provisioning |
|
||||
| `certs/` | TLS certificates | SSL/TLS configuration |
|
||||
| `secrets/` | Docker secrets (Stripe keys, Traefik) | Secret management |
|
||||
| `data/` | Persistent data volumes (backups, documents) | Storage paths, volume mounts |
|
||||
|
||||
## Build for staging and production. NOT FOR DEVELOPMENT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user