This commit is contained in:
Bastian Wagner
2026-06-17 14:08:15 +02:00
parent 8151a0f7cd
commit fac7309116
14 changed files with 973 additions and 16 deletions

View File

@@ -16,6 +16,18 @@ stdout_logfile_maxbytes=0
stderr_logfile=/dev/fd/2
stderr_logfile_maxbytes=0
[program:mcp]
directory=/app/api
command=node dist/mcp-http-main.js
user=node
autorestart=true
stopasgroup=true
killasgroup=true
stdout_logfile=/dev/fd/1
stdout_logfile_maxbytes=0
stderr_logfile=/dev/fd/2
stderr_logfile_maxbytes=0
[program:nginx]
command=nginx -g "daemon off;"
autorestart=true