Start multiple node.js process in single repo

I want to start nextjs app and cronjob app in single project is it possible to do that?
No description
Solution:
Yup, you can create multiple services for the same repo, and then change the start command for Nixpacks, or include a different Dockerfile
Jump to solution
5 Replies
Percy
Percyβ€’4mo ago
Project ID: a2997ae3-8cfa-4a74-b06d-5b11017a228e
Brody
Brodyβ€’4mo ago
a single project yes, a single service, no. you would need two services
Solution
macwilko
macwilkoβ€’4mo ago
Yup, you can create multiple services for the same repo, and then change the start command for Nixpacks, or include a different Dockerfile