bytelyst-devops-tools/dashboard/shared/product.json
root fbaaa71a66 feat(devops): adopt trading web deployment model with docker-compose
- Add docker-compose.yml following trading web pattern
- Update web Dockerfile to use multi-stage build with metadata
- Add build metadata (commit SHA, branch, timestamp, author, message)
- Rewrite deploy.sh to use docker compose with build metadata
- Add hotcopy deployment script for quick updates
- Add comprehensive backend API with deployment orchestration
- Add health checks, service management, and monitoring endpoints
- Add CI/CD workflow configuration
- Add deployment documentation and guides

Generated with [Devin](https://cli.devin.ai/docs)

Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
2026-05-11 03:24:11 +00:00

11 lines
291 B
JSON

{
"productId": "devops-internal",
"name": "ByteLyst DevOps",
"bundleId": {
"ios": "com.bytelyst.devops",
"android": "com.bytelyst.devops"
},
"domain": "devops.bytelyst.com",
"description": "Internal DevOps dashboard for deployment orchestration and service monitoring"
}