Skip to content

Development network

The devnet is a complete local runtime with five gateway containers behind HAProxy.

Port Service
5290 Control plane API and admin UI
5390 Gateway backend gRPC
5391 Gateway backend HTTP and identity endpoints
5080 HAProxy load-balanced gateway
5081 to 5085 Direct gateway access
5088 Fixture upstream
5011 to 5015 Python callout hosts
8404 HAProxy statistics
15672 RabbitMQ management

The one-shot devnet-seed service creates the environment, target servers, bundle revisions, content-addressed resources, and deployments.

Terminal window
docker compose --project-directory . `
-f deploy\compose\docker-compose.yml `
-f deploy\devnet\docker-compose.devnet.yml `
run --rm devnet-seed

List the bundled scenarios:

Terminal window
.\deploy\devnet\call-devnet.ps1 -Scenario list

Use smoke-devnet.ps1 for the acceptance lane and call-devnet.ps1 when you want to inspect individual request and response behavior.