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?
Solution:Jump to solution
Yup, you can create multiple services for the same repo, and then change the start command for Nixpacks, or include a different Dockerfile
5 Replies
Project ID:
a2997ae3-8cfa-4a74-b06d-5b11017a228e
a2997ae3-8cfa-4a74-b06d-5b11017a228e
a single project yes, a single service, no.
you would need two services
alright i'll try that
tysm!
Solution
Yup, you can create multiple services for the same repo, and then change the start command for Nixpacks, or include a different Dockerfile