chore(web): remove PM2 process manager (#30252)

Signed-off-by: majiayu000 <1835304752@qq.com>
This commit is contained in:
lif
2026-03-01 19:31:45 +08:00
committed by GitHub
parent bc6fd0b5dd
commit fb538b005c
6 changed files with 2 additions and 23 deletions

View File

@ -1,11 +0,0 @@
{
"apps": [
{
"name": "dify-web",
"script": "/app/web/server.js",
"cwd": "/app/web",
"exec_mode": "cluster",
"instances": 2
}
]
}