Merge remote-tracking branch 'origin/main'

This commit is contained in:
Nevo David 2024-09-23 22:29:47 +07:00
commit 25aa3d5a20
6 changed files with 7 additions and 2 deletions

View File

@ -1,4 +1,4 @@
:5000/ { :5000 {
handle_path /api/* { handle_path /api/* {
reverse_proxy * localhost:3000 reverse_proxy * localhost:3000
} }

View File

@ -6,3 +6,4 @@ autorestart=false
redirect_stderr=true redirect_stderr=true
stdout_logfile=/dev/fd/1 stdout_logfile=/dev/fd/1
stdout_logfile_maxbytes=0 stdout_logfile_maxbytes=0
startsecs=10

View File

@ -1,4 +1,4 @@
[program:backend] [program:caddy]
directory=/app directory=/app
command=caddy run --config /app/Caddyfile command=caddy run --config /app/Caddyfile
autostart=true autostart=true
@ -6,3 +6,4 @@ autorestart=false
redirect_stderr=true redirect_stderr=true
stdout_logfile=/dev/fd/1 stdout_logfile=/dev/fd/1
stdout_logfile_maxbytes=0 stdout_logfile_maxbytes=0
startsecs=3

View File

@ -6,3 +6,4 @@ autorestart=false
redirect_stderr=true redirect_stderr=true
stdout_logfile=/dev/fd/1 stdout_logfile=/dev/fd/1
stdout_logfile_maxbytes=0 stdout_logfile_maxbytes=0
startsecs=3

View File

@ -7,3 +7,4 @@ redirect_stderr=true
stdout_logfile=/dev/fd/1 stdout_logfile=/dev/fd/1
stdout_logfile_maxbytes=0 stdout_logfile_maxbytes=0
environment=PORT=4200 environment=PORT=4200
startsecs=3

View File

@ -6,3 +6,4 @@ autorestart=false
redirect_stderr=true redirect_stderr=true
stdout_logfile=/dev/fd/1 stdout_logfile=/dev/fd/1
stdout_logfile_maxbytes=0 stdout_logfile_maxbytes=0
startsecs=3