Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 599 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 599 Bytes

Laravel docker horizon

Is my own implementation to my Laravel API projects. Execute horizon and scheduler.

userId: 1000
user: laravel
php: 8.0

Build the image and name it

docker build --tag laravel-docker-horizon .

Login to docker hub

docker login

Tag the image

docker tag laravel-docker-horizon jncalderon/laravel-docker-horizon:1.0

Push the image to repository

docker push jncalderon/laravel-docker-horizon:1.0

Verify repository exists

https://hub.docker.com/r/jncalderon/laravel-docker-horizon