Part of #240. Depends on #SUB2.
Deploy the staging gateway container on the VM, pointed at the local testnet Bee.
Scope
- Run the gateway via Docker Compose on the VM;
BEE_API_URL → the local testnet Bee.
- Staging env:
GATEWAY_ENVIRONMENT=staging, GNOSIS_CHAIN_ID=11155111, testnet GNOSIS_RPC_URL, Sepolia PostageStamp/BZZ addresses default per chain id. Flow B left off here (enabled in #SUB8).
- Wire metrics/Grafana Alloy as today.
Acceptance criteria
Part of #240. Depends on #SUB2.
Deploy the staging gateway container on the VM, pointed at the local testnet Bee.
Scope
BEE_API_URL→ the local testnet Bee.GATEWAY_ENVIRONMENT=staging,GNOSIS_CHAIN_ID=11155111, testnetGNOSIS_RPC_URL, Sepolia PostageStamp/BZZ addresses default per chain id. Flow B left off here (enabled in #SUB8).Acceptance criteria
GET /healthreturnsokand shows the bee_node section with the testnet node's peer/availability info.GET /api/v1/debug/bee/topologyworks (debug allow-list configured) and reflects the testnet node.restart: unless-stoppedor equivalent).