Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 364 Bytes

File metadata and controls

8 lines (7 loc) · 364 Bytes

docker-sample

Docker sample to spinup web infrastructure for application using nginx proxy , lets encrypt, laravel, horizon, worker node, redis

Operations

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