Run the full system locally and define deployment manifests for staging/production.
- Local Docker Compose to run
web-app+backend-api(and a chain RPC if needed) - Environment configuration
- Future: Kubernetes/Helm overlays
- web-app / backend-api: builds/images referenced by compose/manifests
- contracts: provides addresses/ABIs referenced by services
- Copy
compose/.env.exampletocompose/.envand adjust values - Build from sources and run: docker compose -f compose/docker-compose.dev.yml up --build
- dev (local compose)
- staging (TBD)
- production (TBD)
See SYSTEM-OVERVIEW.md for the end-to-end diagram.