Commit Graph

10 Commits

Author SHA1 Message Date
8d1f91d636 feat: optimize Docker startup with Next.js standalone output and proper migrations
Some checks failed
Deploy with Docker Compose / deploy (push) Has been cancelled
- Add `output: standalone` to next.config.js for faster cold start
- Rebuild runner stage around standalone bundle (node server.js instead of pnpm start)
- Replace prisma db push with prisma migrate deploy (proper migration workflow)
- Remove npx/pnpm at runtime, use direct binary paths
- Add HOSTNAME=0.0.0.0 for standalone server to listen on all interfaces
- Fix next.config.js not copied in builder stage
- Update README: pnpm instead of yarn, correct ports, full env vars documentation

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-11 21:52:49 +01:00
e74b02e3a2 feat: add docker push script and DockerHub deployment docs
Some checks failed
Deploy with Docker Compose / deploy (push) Failing after 4m24s
2026-03-11 13:33:48 +01:00
Julien Froidefond
67a04ad86a docs: removing versions 2025-03-03 08:38:05 +01:00
Julien Froidefond
e8386a4834 docs: readme : removed own app server details 2025-03-02 09:34:04 +01:00
Julien Froidefond
3f81d82671 docs: readme completion 2025-03-02 09:17:01 +01:00
Julien Froidefond
4ce6bd962d docs: add major features list 2025-03-02 08:58:46 +01:00
Julien Froidefond
86c5b5fac7 docs: demo and capture 2025-03-02 08:41:21 +01:00
Julien Froidefond
a28d36aa53 doc: readme translate and completion/refresh 2025-03-02 06:40:57 +01:00
Julien Froidefond
97a1295a41 fix: bad env 2025-02-18 08:37:53 +01:00
Julien Froidefond
780dfcabba docs: create README with project documentation and rename project to Stripstream 2025-02-12 14:26:58 +01:00