Alternatives for PM2 for Full-Stack projects?

System Information
  • Strapi Version 4:
  • **Operating SystemMac:
  • **DatabasemySQL:
  • **Node Version18:
  • NPM Version:
  • Yarn Version:

Hi,

I want to host my full-stack application with NextJS frontend and StrapiCMS backend in a single folder and even manage them all under one Github project. Strapi has had a few guides on how to accomplish this with Process Manager aka PM2:

However when I’m looking at the current state of PM2:

Whenever I install pm2 I get a lot of warnings and even vulnurability issues with the latest build of PM2. There’s a lot of depreciated content from PM2.

If I were to choose an alternative to PM2 what are my alternatives? Would it have to be Docker or would people here have other suggestions?