mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-09 23:48:36 +01:00
new selfhosted version
This commit is contained in:
12
emails/ecosystem.config.js
Normal file
12
emails/ecosystem.config.js
Normal file
@@ -0,0 +1,12 @@
|
||||
module.exports = {
|
||||
apps: [
|
||||
{
|
||||
name: 'email-service',
|
||||
port: '3020',
|
||||
exec_mode: 'cluster',
|
||||
instances: '1',
|
||||
script: './dist/src/index.js',
|
||||
env: {}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user