Docker sample to spinup web infrastructure for application using nginx proxy , lets encrypt, laravel, horizon, worker node, redis
docker network create nginx-proxy
# create external network
cd php-laravel-container/app
git clone https://github.com/laravel/laravel.git
docker compose up -d --build