Files
coolify-examples/turbo-nextjs
Andrei Malinkovich 8bcdba45bc Update README.md
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.
2024-07-05 23:42:26 +02:00
..
2024-07-05 23:42:26 +02:00

Coolify Configuration

Server build (NodeJS)

  • Set Build Pack to nixpacks.
  • Set the build command to npm run build --filter=web,
  • Set the start command to npm run start --filter=web.
    • npm could be different depending on the package manager you are using (Nixpacks decides based on the lock file).
  • That's all.