No description
Same two bugs found deploying ceo-api: npm ci needs --include=dev in the build stage (Coolify exposes NODE_ENV=production at build time, which makes npm skip devDependencies otherwise), and tsconfig needs an explicit include filter to keep nest build's output at dist/main.js. |
||
|---|---|---|
| src | ||
| .dockerignore | ||
| .env.example | ||
| .gitignore | ||
| Dockerfile | ||
| nest-cli.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
ceo-worker
Worker de background pentru CEO-OS, bazat pe BullMQ (NestJS). Consuma joburi din coada Redis (ceo-os-redis, Coolify).
Dezvoltare
npm install
cp .env.example .env
npm run start:dev
Contine un procesor placeholder (example queue) — inlocuieste-l cu joburile reale (rapoarte, notificari, sincronizari).