transcriptor-web/docker/supervisor/horizon.conf
2025-04-25 08:42:43 +02:00

15 lines
292 B
Plaintext

[supervisord]
nodaemon=true
[program:horizon]
process_name=%(program_name)s
command=php /var/www/html/artisan horizon
autostart=true
autorestart=true
stopasgroup=true
killasgroup=true
user=www-data
redirect_stderr=true
stdout_logfile=/var/www/html/storage/logs/horizon.log
stopwaitsecs=3600