2
0

📦 Add Cloudron package (#550)

Closes #30
This commit is contained in:
Baptiste Arnaud
2023-06-14 08:59:38 +02:00
committed by GitHub
parent 0a87386305
commit 1e9c4bcb9a
16 changed files with 245 additions and 15 deletions

View 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

View 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