synor/docker
Gulshan Yadav 771f4f83ed feat(compute): integrate synor-compute with VM and hosting layers
VM Integration:
- Add compute module with offloadable operations support
- Enable distributed execution for heavy VM operations
- Support batch signature verification, merkle proofs, hashing
- Add ComputeContext for managing compute cluster connections
- Feature-gated behind 'compute' flag

Hosting Integration:
- Add edge compute module for serverless functions
- Support edge functions (WASM, JS, Python runtimes)
- Enable server-side rendering and image optimization
- Add AI/ML inference at the edge
- Feature-gated behind 'compute' flag

Docker Deployment:
- Add docker-compose.compute.yml for compute layer
- Deploy orchestrator, CPU workers, WASM worker, spot market
- Include Redis for task queue and Prometheus for metrics
- Reserved ports: 17250-17290 for compute services
2026-01-11 14:05:45 +05:30
..
compute-node feat(compute): integrate synor-compute with VM and hosting layers 2026-01-11 14:05:45 +05:30
hosting-gateway feat(hosting): add hosting gateway server with Docker deployment 2026-01-10 12:45:26 +05:30
storage-gateway feat(storage): add Synor Storage L2 decentralized storage layer 2026-01-10 11:42:03 +05:30
storage-node feat(storage): add Synor Storage L2 decentralized storage layer 2026-01-10 11:42:03 +05:30