Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Nevo David committed Sep 23, 2024
2 parents 0c6e3b1 + f62f287 commit 25aa3d5
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion var/docker/Caddyfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
:5000/ {
:5000 {
handle_path /api/* {
reverse_proxy * localhost:3000
}
Expand Down
1 change: 1 addition & 0 deletions var/docker/supervisord/backend.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ autorestart=false
redirect_stderr=true
stdout_logfile=/dev/fd/1
stdout_logfile_maxbytes=0
startsecs=10
3 changes: 2 additions & 1 deletion var/docker/supervisord/caddy.conf
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[program:backend]
[program:caddy]
directory=/app
command=caddy run --config /app/Caddyfile
autostart=true
autorestart=false
redirect_stderr=true
stdout_logfile=/dev/fd/1
stdout_logfile_maxbytes=0
startsecs=3
1 change: 1 addition & 0 deletions var/docker/supervisord/cron.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ autorestart=false
redirect_stderr=true
stdout_logfile=/dev/fd/1
stdout_logfile_maxbytes=0
startsecs=3
1 change: 1 addition & 0 deletions var/docker/supervisord/frontend.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ redirect_stderr=true
stdout_logfile=/dev/fd/1
stdout_logfile_maxbytes=0
environment=PORT=4200
startsecs=3
1 change: 1 addition & 0 deletions var/docker/supervisord/workers.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ autorestart=false
redirect_stderr=true
stdout_logfile=/dev/fd/1
stdout_logfile_maxbytes=0
startsecs=3

0 comments on commit 25aa3d5

Please sign in to comment.