OPS - CODEX AGENTS: product-like Gateway Docker runtime
This commit is contained in:
@@ -37,6 +37,18 @@ All writes go through NODE.DC Agent Gateway, are scoped by agent grants, and are
|
||||
|
||||
## Local development
|
||||
|
||||
Product-like Docker run:
|
||||
|
||||
```bash
|
||||
cp .env.example .env
|
||||
docker compose --env-file .env -f docker-compose.local.yml up -d --build
|
||||
curl http://127.0.0.1:4100/readyz
|
||||
```
|
||||
|
||||
The `agent-gateway` container waits for local Postgres, runs migrations on startup, and exposes the same `:4100` endpoint used by Tasker (`PLANE_NODEDC_AGENT_GATEWAY_URL=http://host.docker.internal:4100`).
|
||||
|
||||
Direct Node.js development:
|
||||
|
||||
```bash
|
||||
cp .env.example .env
|
||||
docker compose --env-file .env -f docker-compose.local.yml up -d postgres
|
||||
|
||||
Reference in New Issue
Block a user