odia-qa-reasoning-generator / supervisord.conf
Piyushdash94's picture
Upload 16 files
73e87e9 verified
raw
history blame
448 Bytes
[supervisord]
nodaemon=true
[program:answer_service]
command=/usr/local/bin/python -m answer_generation
autostart=true
autorestart=true
[program:question_service]
command=/usr/local/bin/python -m question_generation
autostart=true
autorestart=true
[program:ui]
command=/usr/local/bin/python app.py
autostart=true
autorestart=true
environment=UI_PORT=7861
[program:nginx]
command=/usr/sbin/nginx -g 'daemon off;'
autostart=true
autorestart=true