first test
This commit is contained in:
12
supervisor/backend.conf
Normal file
12
supervisor/backend.conf
Normal file
@@ -0,0 +1,12 @@
|
||||
[program:backend]
|
||||
priority=5
|
||||
directory=/app/code/backend
|
||||
environment=HOME=/app/code
|
||||
command=uv run python main.py
|
||||
user=cloudron
|
||||
autostart=true
|
||||
autorestart=true
|
||||
stdout_logfile=/dev/stdout
|
||||
stdout_logfile_maxbytes=0
|
||||
stderr_logfile=/dev/stderr
|
||||
stderr_logfile_maxbytes=0
|
||||
12
supervisor/frontend.conf
Normal file
12
supervisor/frontend.conf
Normal file
@@ -0,0 +1,12 @@
|
||||
[program:backend]
|
||||
priority=5
|
||||
directory=/app/code/frontend
|
||||
environment=HOME=/app/code
|
||||
command=npm run prod
|
||||
user=cloudron
|
||||
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