You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

pm2.json 172B

1234567891011
  1. {
  2. "apps": [
  3. {
  4. "name": "dify-web",
  5. "script": "/app/web/server.js",
  6. "cwd": "/app/web",
  7. "exec_mode": "cluster",
  8. "instances": 2
  9. }
  10. ]
  11. }