14 lines
204 B
Text
14 lines
204 B
Text
[supervisord]
|
|
nodaemon=true
|
|
|
|
[program:ollama]
|
|
command=/app/serve.sh
|
|
autostart=true
|
|
autorestart=true
|
|
|
|
[program:run_model]
|
|
command=/app/run_model.sh
|
|
autostart=true
|
|
autorestart=false
|
|
startsecs=0
|
|
exitcodes=0
|