feat: add Coolify deployment config (Docker Compose + ServeStatic)
Some checks failed
CI / Lint, Typecheck, Test & Build (push) Has been cancelled
Deploy / Deploy to Production (push) Has been cancelled

- Add multi-stage Dockerfile (node:22-alpine, pnpm, Chromium for Playwright)
- Add docker-compose.coolify.yml with api, worker, redis services
- Add @nestjs/serve-static for serving Vite frontend from NestJS
- Add .dockerignore

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-05 12:53:53 +00:00
parent ce8784014e
commit cfbf85c5c0
6 changed files with 261 additions and 4 deletions

16
.dockerignore Normal file
View File

@@ -0,0 +1,16 @@
node_modules
**/node_modules
**/dist
.git
.gitignore
*.md
docs
scripts
docker
.env*
.claude
logs
*.log
.turbo
coverage
.vscode