mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-19 05:48:58 +00:00
Updated the Coolify configuration to use the --filter option with Turbo for launching specific applications. This change ensures that only the targeted application is started, enhancing resource efficiency and simplifying the startup process.
Coolify Configuration
Server build (NodeJS)
- Set
Build Packtonixpacks. - Set the build command to
npm run build --filter=web, - Set the start command to
npm run start --filter=web.npmcould be different depending on the package manager you are using (Nixpacksdecides based on the lock file).
- That's all.