qw-gallery-scenery/python/microservices.config.js
qwertyforce b7ac32d16d fixes
2021-04-17 11:09:08 +03:00

28 lines
653 B
JavaScript

module.exports = {
"apps": [
{
name: 'scenery_sift_microservice',
script: 'sift_web.py',
log_file: 'scenery_sift_microservice.txt',
interpreter: "python3",
time: true,
cwd:"./python"
},
{
name: 'scenery_NN_microservice',
script: 'clip_web.py',
log_file: 'scenery_NN_microservice.txt',
interpreter: "python3",
time: true,
cwd:"./python"
},
{
name: 'scenery_RGB_HIST_microservice',
script: 'rgb_histogram_web.py',
log_file: 'scenery_RGB_HIST_microservice.txt',
interpreter: "python3",
time: true,
cwd:"./python"
}
],
};