Create a monica app with docker-compose
This commit is contained in:
5
monica/start-queue.sh
Normal file
5
monica/start-queue.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/with-contenv sh
|
||||
set -eu;
|
||||
|
||||
# Start Queue
|
||||
exec php /var/www/html/artisan queue:work --sleep=10 --timeout=0 --tries=3 --queue=default,migration >/proc/1/fd/1 2>/proc/1/fd/2
|
||||
Reference in New Issue
Block a user