OPS - CODEX AGENTS: product-like Gateway Docker runtime

This commit is contained in:
DCCONSTRUCTIONS
2026-05-14 21:15:05 +03:00
parent 9cb1cd0a9e
commit 18ffe8ddc6
7 changed files with 60 additions and 5 deletions
+1
View File
@@ -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.
+2 -1
View File
@@ -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;