Commit Graph

3 Commits

Author SHA1 Message Date
hailin e98b0a424f fix(kong): add missing API routes
- payment-service: add /api/v1/orders
- knowledge-service: add /api/v1/memory
- evolution-service: add /api/v1/admin

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-09 19:39:44 -08:00
hailin 462bd64651 fix(kong,nginx): fix API routing configuration
- nginx: preserve full path when proxying to Kong (remove trailing /)
- nginx: increase API timeout to 120s for AI streaming
- kong: use format_version 2.1 for Kong 3.4 compatibility

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-09 19:38:32 -08:00
hailin b4a84b76fc refactor(kong): use DB-less mode with declarative config
- Remove kong-database, kong-migrations, kong-init services
- Use KONG_DATABASE=off with declarative config file
- Add kong/kong.yml with all services, routes, and plugins
- Remove kong_data volume (no longer needed)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-09 19:36:06 -08:00