Files
coolify-examples/turbo-nextjs

Coolify Configuration

Server build (NodeJS)

  • Set Build Pack to nixpacks.
  • Set the start command to cd apps/<app-name> && npm run start.
    • npm could be different depending on the package manager you are using (Nixpacks decides based on the lock file).
  • That's all.