Anyone know how I might use strong-pm to control a worker process, instead of a web app? I run the web app in the typical manner, via sl-pm, but I also want to run a worker process that is also part of the application. I want to deploy the web app to one docker container, and the worker process to another.
Essentially, how do I use strong-pm in a similar fashion as pm2, where you can specify the commands that you want pm2 to control?