update docker

This commit is contained in:
Ludovic CANDELLIER
2024-01-22 22:14:36 +01:00
parent 116f289285
commit 8ceab7e9f5
12 changed files with 1097 additions and 653 deletions

View File

@@ -0,0 +1,9 @@
[program:laravel-horizon]
process_name=%(program_name)s_%(process_num)02d
user=laradock
command=php /var/www/artisan horizon
autostart=true
autorestart=true
redirect_stderr=true
stdout_logfile=/var/www/storage/logs/horizon.log
stopwaitsecs=3600

View File

@@ -0,0 +1,8 @@
[program:laravel-horizon]
process_name=%(program_name)s_%(process_num)02d
user=laradock
command=php /var/www/artisan horizon
autostart=true
autorestart=true
redirect_stderr=true
stdout_logfile=/var/www/storage/logs/horizon.log