docker: Wait 3 secs for each process, and fix caddy supervisor unit

This commit is contained in:
jamesread 2024-09-23 09:47:48 +01:00
parent 396a7cea63
commit f62f287984
5 changed files with 6 additions and 1 deletions

View File

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

View File

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

View File

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

View File

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

View File

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