first commit

This commit is contained in:
Tim Considine 2022-01-29 12:11:31 +02:00
parent 4132e00c28
commit 1b55739e57
1 changed files with 13 additions and 0 deletions

13
supervisor/app.conf Normal file
View File

@ -0,0 +1,13 @@
[program:app]
priority=5
directory=/app/code
environment=HOME=/app/code
command=node /app/code/server.js
user=cloudron
autostart=true
autorestart=true
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0