first commit
This commit is contained in:
parent
4132e00c28
commit
1b55739e57
13
supervisor/app.conf
Normal file
13
supervisor/app.conf
Normal 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
|
||||
|
Loading…
Reference in New Issue
Block a user