mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2026-02-06 22:19:22 +01:00
Remove duplicate ENV variables
Since the variables are passed through an .env file they no longer need to passed directly, right?
This commit is contained in:
committed by
GitHub
parent
771f647873
commit
1e6c272b04
@@ -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