Create a monica app with docker-compose

This commit is contained in:
2020-11-21 10:48:08 +00:00
commit ac83101e53
8 changed files with 511 additions and 0 deletions

5
monica/start-queue.sh Normal file
View 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