chore: sincroniza projeto para gitea
This commit is contained in:
19
ecosystem.config.js
Normal file
19
ecosystem.config.js
Normal file
@@ -0,0 +1,19 @@
|
||||
module.exports = {
|
||||
apps: [{
|
||||
name: 'liberi-kids-estoque',
|
||||
script: 'server-supabase.js',
|
||||
instances: 1,
|
||||
autorestart: true,
|
||||
watch: false,
|
||||
max_memory_restart: '1G',
|
||||
env: {
|
||||
NODE_ENV: 'production',
|
||||
PORT: 5000
|
||||
},
|
||||
error_file: './logs/pm2-error.log',
|
||||
out_file: './logs/pm2-out.log',
|
||||
log_file: './logs/pm2-combined.log',
|
||||
time: true,
|
||||
merge_logs: true
|
||||
}]
|
||||
};
|
||||
Reference in New Issue
Block a user