I used docker-template from https://github.com/ahmedash95/laravel-docker-template with few changes in Dockerfile since I'm using Laravel 8 and php 8.
docker-compose up -d
docker-compose exec -it {container_name} bash
php artisan migrate:refresh --seed
php artisan horizon
Execute project in the browser:
localhost:8080/users/export