Anonymous
TRIALOP
2 years ago
I want to start nextjs app and cronjob app in single project
is it possible to do that?
4 Replies
2 years ago
a single project yes, a single service, no.
you would need two services
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