mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2026-01-07 23:17:25 +01:00
Multistage, single init.sh
This commit is contained in:
2
debian/supervisor/supervisord.conf
vendored
2
debian/supervisor/supervisord.conf
vendored
@@ -39,7 +39,7 @@ stderr_logfile=/var/log/php-worker.err.log
|
||||
stopwaitsecs=3600
|
||||
|
||||
[program:scheduler]
|
||||
command=/bin/sh -c "while [ true ]; do (php /var/www/html/artisan schedule:run --verbose --no-interaction &); sleep 60; done"
|
||||
command=php /var/www/html/artisan schedule:work --verbose --no-interaction
|
||||
autostart=true
|
||||
autorestart=true
|
||||
user=www-data
|
||||
|
||||
Reference in New Issue
Block a user