Updated docker image

This commit is contained in:
Constantin Graf
2025-07-16 12:39:42 +02:00
committed by Constantin Graf
parent 2ab28001be
commit 400bc434b9
17 changed files with 336 additions and 386 deletions

View File

@@ -0,0 +1,14 @@
[program:reverb]
process_name = %(program_name)s_%(process_num)s
command = php %(ENV_ROOT)s/artisan reverb:start
user = %(ENV_USER)s
autostart = true
autorestart = true
stdout_logfile = /dev/stdout
stdout_logfile_maxbytes = 0
stderr_logfile = /dev/stderr
stderr_logfile_maxbytes = 0
minfds = 10000
[include]
files = /etc/supervisord.conf