Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Severian/dify
Underground-Digital
/
Workflow-Engine
like
0
Build error
App
Files
Files
Community
39f6561
Workflow-Engine
/
web
/
docker
/
pm2.json
Severian
initial commit
a8b3f00
about 1 month ago
raw
Copy download link
history
blame
Safe
172 Bytes
{
"apps"
:
[
{
"name"
:
"dify-web"
,
"script"
:
"/app/web/server.js"
,
"cwd"
:
"/app/web"
,
"exec_mode"
:
"cluster"
,
"instances"
:
2
}
]
}