trustgraph/ts
elpresidank d1f24cf759 feat: add Docker deployment with Containerfile, entrypoints, and nginx
Multi-stage Containerfile for all Node.js services (single image,
different CMD per docker-compose service). ESM entrypoints for gateway,
config, text-completion, prompt, embeddings, agent, and librarian.

Workbench gets a separate Containerfile (nginx:alpine) with SPA routing
and API/WebSocket proxy to gateway.

Docker Compose updated with 6 app services (gateway, config-service,
text-completion, prompt, embeddings, workbench) using shared
trustgraph-ts:local image.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-06 00:21:00 -05:00
..
deploy feat: add Docker deployment with Containerfile, entrypoints, and nginx 2026-04-06 00:21:00 -05:00
entrypoints feat: add Docker deployment with Containerfile, entrypoints, and nginx 2026-04-06 00:21:00 -05:00
packages feat: add Docker deployment with Containerfile, entrypoints, and nginx 2026-04-06 00:21:00 -05:00
scripts feat: add document pipeline, ReAct agent, and knowledge core services 2026-04-06 00:19:37 -05:00
.dockerignore feat: add Docker deployment with Containerfile, entrypoints, and nginx 2026-04-06 00:21:00 -05:00
.gitignore saving 2026-04-05 21:09:33 -05:00
Containerfile feat: add Docker deployment with Containerfile, entrypoints, and nginx 2026-04-06 00:21:00 -05:00
package.json feat: add document pipeline, ReAct agent, and knowledge core services 2026-04-06 00:19:37 -05:00
pnpm-lock.yaml fix: NATS pipeline bugs, add integration tests and service runners 2026-04-05 23:41:39 -05:00
pnpm-workspace.yaml saving 2026-04-05 21:09:33 -05:00
tsconfig.base.json saving 2026-04-05 21:09:33 -05:00
tsconfig.json init 2026-04-05 22:44:45 -05:00
turbo.json saving 2026-04-05 21:09:33 -05:00