Start multiple node.js process in single repo
Anonymous
TRIALOP

2 years ago

I want to start nextjs app and cronjob app in single project
is it possible to do that?

0 Replies

Anonymous
TRIALOP

2 years ago

a2997ae3-8cfa-4a74-b06d-5b11017a228e


brody
EMPLOYEE

2 years ago

a single project yes, a single service, no.
you would need two services


Anonymous
TRIALOP

2 years ago

alright i'll try that
tysm!


macwilko
HOBBY

2 years ago

Yup, you can create multiple services for the same repo, and then change the start command for Nixpacks, or include a different Dockerfile


Loading...