2024-07-01 18:14:10 +05:30
|
|
|
[supervisord]
|
|
|
|
nodaemon=true
|
|
|
|
|
|
|
|
[program:ollama]
|
2024-08-15 21:33:43 +05:30
|
|
|
command=/app/serve.sh
|
2024-07-01 18:14:10 +05:30
|
|
|
autostart=true
|
|
|
|
autorestart=true
|
|
|
|
|
|
|
|
[program:run_model]
|
2024-08-15 21:33:43 +05:30
|
|
|
command=/app/run_model.sh
|
2024-07-01 18:14:10 +05:30
|
|
|
autostart=true
|
|
|
|
autorestart=false
|
|
|
|
startsecs=0
|
|
|
|
exitcodes=0
|