Merge pull request #38 from cinemast/patch-3

Remove duplicate ENV variables
This commit is contained in:
Samuel Laulhau
2017-02-04 11:13:48 +01:00
committed by GitHub

View File

@@ -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'