2024-07-01 12:44:10 +00:00
|
|
|
[supervisord]
|
|
|
|
nodaemon=true
|
|
|
|
|
|
|
|
[program:ollama]
|
2024-08-15 16:03:43 +00:00
|
|
|
command=/app/serve.sh
|
2024-07-01 12:44:10 +00:00
|
|
|
autostart=true
|
|
|
|
autorestart=true
|
|
|
|
|
|
|
|
[program:run_model]
|
2024-08-15 16:03:43 +00:00
|
|
|
command=/app/run_model.sh
|
2024-07-01 12:44:10 +00:00
|
|
|
autostart=true
|
|
|
|
autorestart=false
|
|
|
|
startsecs=0
|
|
|
|
exitcodes=0
|