Initial commit: AutoJobs MVP - AI job application platform
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
module.exports = {
|
||||
apps: [{
|
||||
name: 'autojobs-api',
|
||||
script: '/var/www/autojobs/backend/start_server.py',
|
||||
interpreter: 'python3',
|
||||
env: {
|
||||
DB_PATH: '/var/www/autojobs/autojobs.db'
|
||||
},
|
||||
autorestart: true,
|
||||
watch: false,
|
||||
max_memory_restart: '500M'
|
||||
}]
|
||||
};
|
||||
Reference in New Issue
Block a user