mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-29 03:17:47 +08:00
Add dashboard pm2 config
This commit is contained in:
parent
31e4d25448
commit
e7affd3f65
2 changed files with 7 additions and 4 deletions
|
@ -5,7 +5,3 @@ apps:
|
|||
exec_mode: cluster
|
||||
env :
|
||||
PORT: 5100
|
||||
- script : packages/nylas-dashboard/app.js
|
||||
name : dashboard
|
||||
instances: 1
|
||||
exec_mode: cluster
|
||||
|
|
7
pm2-prod-dashboard.yml
Normal file
7
pm2-prod-dashboard.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
apps:
|
||||
- script : packages/nylas-dashboard/app.js
|
||||
name : dashboard
|
||||
instances: 0
|
||||
exec_mode: cluster
|
||||
env :
|
||||
PORT: 5100
|
Loading…
Reference in a new issue