mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2026-01-21 22:04:06 +01:00
Merge pull request #38 from cinemast/patch-3
Remove duplicate ENV variables
This commit is contained in:
@@ -36,8 +36,8 @@ services:
|
|||||||
trap "break;exit" SIGHUP SIGINT SIGTERM
|
trap "break;exit" SIGHUP SIGINT SIGTERM
|
||||||
sleep 300s
|
sleep 300s
|
||||||
while /bin/true; do
|
while /bin/true; do
|
||||||
DB_USERNAME=root DB_PASSWORD=pwd /usr/local/bin/php /var/www/app/artisan ninja:send-invoices
|
/usr/local/bin/php /var/www/app/artisan ninja:send-invoices
|
||||||
DB_USERNAME=root DB_PASSWORD=pwd /usr/local/bin/php /var/www/app/artisan ninja:send-reminders
|
/usr/local/bin/php /var/www/app/artisan ninja:send-reminders
|
||||||
sleep 1d
|
sleep 1d
|
||||||
done
|
done
|
||||||
EOF'
|
EOF'
|
||||||
|
|||||||
Reference in New Issue
Block a user