mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 19:59:50 +08:00
13 lines
230 B
JSON
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"
|
||
|
}
|
||
|
]
|
||
|
}
|