All checks were successful
Deploy to Staging / Build Images (pull_request) Successful in 34s
Deploy to Staging / Deploy to Staging (pull_request) Successful in 51s
Deploy to Staging / Verify Staging (pull_request) Successful in 2m37s
Deploy to Staging / Notify Staging Ready (pull_request) Successful in 8s
Deploy to Staging / Notify Staging Failure (pull_request) Has been skipped
Update all documentation to reflect the current 9-container architecture (6 application + 3 logging) after the logging stack upgrades. Add missing OCR, Loki, Alloy, and Grafana services to context.json. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
14 lines
537 B
Markdown
14 lines
537 B
Markdown
# config/
|
|
|
|
Configuration files for the 9-container architecture (6 application + 3 logging).
|
|
|
|
## Subdirectories
|
|
|
|
| Directory | What | When to read |
|
|
| --------- | ---- | ------------ |
|
|
| `app/` | Application configuration | App-specific settings |
|
|
| `deployment/` | Deployment configuration | Deploy scripts, environment configs |
|
|
| `monitoring/` | Monitoring and alerts | Prometheus, alerting rules |
|
|
| `shared/` | Shared configuration | Cross-service settings |
|
|
| `traefik/` | Traefik reverse proxy config | Routing, SSL, middleware |
|