Spaces:
No application file
No application file
| [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 | |