fix(demo): correct docs, env config, and health checks for production readiness
- Fix DrawIO/Kroki health checks from wget to curl (DrawIO has no wget, Kroki /health endpoint unreliable with wget) - Fix script paths in demo/AGENTS.md (./demo-test.sh → ./scripts/demo-test.sh) - Fix script paths in demo/README.md (./demo-stack.sh → ./scripts/demo-stack.sh) - Fix all service URLs from 192.168.3.6 to localhost in demo/README.md - Fix hardcoded variable references to actual port values in demo/README.md - Fix root AGENTS.md doc paths (docs/ → demo/docs/) - Reorganize demo.env: group related vars, fix TA_HOST to container DNS, fix ES_JAVA_OPTS quoting, move service credentials with their configs - Add CWD guidance note to troubleshooting guide - Regenerate docker-compose.yml with corrected TA_HOST All 16 services healthy, 38/38 tests passing. 💘 Generated with Crush Assisted-by: GLM-5.1 via Crush <crush@charm.land>
This commit is contained in:
@@ -383,9 +383,9 @@ DEMO_ADMIN_PASSWORD=demo_password
|
||||
- **demo/AGENTS.md**: Detailed development guidelines and standards
|
||||
- **demo/PRD.md**: Product Requirements Document
|
||||
- **demo/README.md**: Demo-specific documentation and quick start
|
||||
- **docs/service-guides/**: Service-specific guides
|
||||
- **docs/troubleshooting/**: Detailed troubleshooting procedures
|
||||
- **docs/api-docs/**: API documentation
|
||||
- **demo/docs/service-guides/**: Service-specific guides
|
||||
- **demo/docs/troubleshooting/**: Detailed troubleshooting procedures
|
||||
- **demo/docs/api-docs/**: API documentation
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user