Commit Graph

3 Commits

Author SHA1 Message Date
Vectry
e0f13cdaa6 fix: healthcheck uses 127.0.0.1 instead of localhost to avoid IPv6 resolution issue 2026-02-10 01:36:42 +00:00
Vectry
3163deb0c9 chore: harden docker-compose with healthchecks, memory limits, and log rotation 2026-02-10 01:31:47 +00:00
Vectry
9264866d1f feat: initial monorepo scaffold - Next.js 15 + Prisma + Python SDK stubs
- Turborepo monorepo with apps/web and packages/database, sdk-python
- Next.js 15 app with professional landing page (dark theme, emerald accent)
- Prisma schema: Trace, DecisionPoint, Span, Event models with full indexing
- Docker Compose: web (port 4200), postgres:16, redis:7, migrate service
- Python SDK package stubs: init, trace decorator, log_decision, integrations
- Multi-stage Dockerfile for standalone Next.js production build
2026-02-09 22:46:16 +00:00