You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
oabrivard 069a4f2022 feat: graceful shutdown and frontend build in Docker
- Add SIGTERM/Ctrl+C signal handling with graceful connection draining
- Close database pool cleanly on shutdown
- Add frontend-builder stage to Dockerfile (node:22-alpine, npm ci + build)
- Move Docker build context to project root so both frontend/ and backend/ are accessible
- Frontend dist/ copied into container at ./static/ for the backend to serve

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
3 months ago
..
migrations v2: add settings migration, model expansion, DB queries (provider, models, rate limits) 3 months ago
src feat: graceful shutdown and frontend build in Docker 3 months ago
tests Phase 7: Email sending via Resend + Markdown/PDF export 3 months ago
Cargo.lock Phase 7: Email sending via Resend + Markdown/PDF export 3 months ago
Cargo.toml Phase 7: Email sending via Resend + Markdown/PDF export 3 months ago
Dockerfile feat: graceful shutdown and frontend build in Docker 3 months ago