Initial commit
This commit is contained in:
17
ecosystem.config.js
Normal file
17
ecosystem.config.js
Normal file
@@ -0,0 +1,17 @@
|
||||
module.exports = {
|
||||
apps: [{
|
||||
name: 'kitchen-agent',
|
||||
script: './server.js',
|
||||
instances: 1,
|
||||
exec_mode: 'cluster',
|
||||
kill_timeout: 8000,
|
||||
listen_timeout: 8000,
|
||||
env: {
|
||||
REPO_URL: 'https://repo.cloud.thinklink.ai/thinklink/kitchen-agent',
|
||||
REPO_BRANCH: 'main',
|
||||
PM2_APP: 'kitchen-agent',
|
||||
UPDATE_CHECK_INTERVAL_MS: 300000
|
||||
// GITEA_TOKEN: ''
|
||||
}
|
||||
}]
|
||||
};
|
||||
Reference in New Issue
Block a user