Francesco
69994c8af2
fix: Use npm install instead of npm ci (no package-lock.json)
2026-02-19 02:40:41 +00:00
Francesco
da34fc0304
fix: Correct backend healthcheck command - remove 'run' from bun -e
2026-02-19 02:34:40 +00:00
Francesco
b8ccd00cb4
Fix docker-compose.yml - remove external network
...
Remove 'external: true' from the fiscal network to allow Docker Compose
to create it automatically during deployment. This fixes the deployment
failure in Coolify where the network doesn't exist.
2026-02-18 06:43:44 +00:00
Francesco
973f0c85fa
Fix backend Dockerfile - remove unnecessary build step
...
The backend is designed to run TypeScript directly with Bun, not to build.
Updated Dockerfile to skip build step and run src/index.ts directly.
2026-02-18 06:37:53 +00:00
Francesco
da58289eb1
feat: Complete Fiscal Clone deployment package
...
- SEC filings extraction (10-K, 10-Q, 8-K)
- Portfolio analytics with real-time prices
- Watchlist management
- NextAuth.js authentication
- OpenClaw AI integration
- PostgreSQL database with auto P&L calculations
- Elysia.js backend (Bun runtime)
- Next.js 14 frontend (TailwindCSS + Recharts)
- Production-ready Docker configurations
2026-02-16 03:49:32 +00:00