OPS - CODEX AGENTS: product-like Gateway Docker runtime
This commit is contained in:
@@ -264,5 +264,6 @@ The service should support:
|
||||
- staging `.env.staging`;
|
||||
- production secret store;
|
||||
- Docker image build;
|
||||
- container startup migrations;
|
||||
- health endpoint;
|
||||
- preflight script validating URLs/secrets.
|
||||
|
||||
@@ -23,12 +23,13 @@ Exit criteria:
|
||||
|
||||
## Phase 1. Agent Gateway skeleton
|
||||
|
||||
Status: done in `e95cb3a`, `112522c`, `14c5f49`, `9f40207`, and the MCP transport slice. Initial service, migrations, persistence endpoints, token hashing, bearer-token session auth, product tool endpoints, local Postgres compose, and Gateway smoke checks are implemented.
|
||||
Status: done in `e95cb3a`, `112522c`, `14c5f49`, `9f40207`, and the MCP transport slice. Initial service, migrations, persistence endpoints, token hashing, bearer-token session auth, product tool endpoints, local Postgres compose, product-like Gateway container startup, and Gateway smoke checks are implemented.
|
||||
|
||||
Create standalone service with:
|
||||
|
||||
- Dockerfile;
|
||||
- compose for local dev;
|
||||
- container entrypoint that runs migrations before service startup;
|
||||
- health endpoint;
|
||||
- env validation;
|
||||
- database migrations;
|
||||
|
||||
Reference in New Issue
Block a user