mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 03:32:23 +08:00
12 lines
172 B
JSON
12 lines
172 B
JSON
{
|
|
"apps": [
|
|
{
|
|
"name": "dify-web",
|
|
"script": "/app/web/server.js",
|
|
"cwd": "/app/web",
|
|
"exec_mode": "cluster",
|
|
"instances": 2
|
|
}
|
|
]
|
|
}
|