11
packages/cloudron/supervisor/builder.conf
Normal file
11
packages/cloudron/supervisor/builder.conf
Normal file
@ -0,0 +1,11 @@
|
||||
[program:builder]
|
||||
priority=5
|
||||
directory=/app/code
|
||||
command=node /app/code/builder/apps/builder/server.js
|
||||
user=cloudron
|
||||
autostart=true
|
||||
autorestart=true
|
||||
stdout_logfile=/dev/stdout
|
||||
stdout_logfile_maxbytes=0
|
||||
stderr_logfile=/dev/stderr
|
||||
stderr_logfile_maxbytes=0
|
11
packages/cloudron/supervisor/viewer.conf
Normal file
11
packages/cloudron/supervisor/viewer.conf
Normal file
@ -0,0 +1,11 @@
|
||||
[program:viewer]
|
||||
priority=5
|
||||
directory=/app/code
|
||||
environment=PORT=3001
|
||||
command=node /app/code/viewer/apps/viewer/server.js
|
||||
autostart=true
|
||||
autorestart=true
|
||||
stdout_logfile=/dev/stdout
|
||||
stdout_logfile_maxbytes=0
|
||||
stderr_logfile=/dev/stderr
|
||||
stderr_logfile_maxbytes=0
|
Reference in New Issue
Block a user