mirror of
https://github.com/umami-software/umami.git
synced 2026-02-18 11:35:37 +01:00
ci: add pm2.json
This commit is contained in:
parent
66f2075f37
commit
d5d55424eb
1 changed files with 7 additions and 0 deletions
7
pm2.json
Normal file
7
pm2.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"name": "umami",
|
||||
"script": "npm",
|
||||
"args": "start",
|
||||
"instances": "max",
|
||||
"exec_mode": "cluster"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue