dify/web/docker/pm2.json
2023-05-15 08:51:32 +08:00

13 lines
230 B
JSON

{
"apps": [
{
"name": "WebApp",
"exec_mode": "cluster",
"instances": 1,
"script": "./node_modules/next/dist/bin/next",
"cwd": "/app/web",
"args": "start"
}
]
}