cp .env.dist .env
Change the contents
docker-compose -p gha-keyword up --build
wait to see that the first composer install is done
docker-compose -p gha-keyword exec php-7.4-nginx php artisan key:generate
docker-compose -p gha-keyword exec php-7.4-nginx php artisan migrate
docker-compose -p gha-keyword exec php-7.4-nginx php artisan ingest --today
docker-compose -p gha-keyword exec php-7.4-nginx php artisan ingest --date=2020-01-25
docker-compose -p gha-keyword exec php-7.4-nginx composer run test
curl -H 'Accept: application/json' http://localhost:8085/api/search/stats?searchDate=2020-01-25