Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 449 Bytes

File metadata and controls

26 lines (17 loc) · 449 Bytes

Laravel + Postrgres + Redis with Docker

This is a simple docker-compose stack for laravel development.

How to use

git clone https://github.com/diegorodrigo90/Laravel-Postrgres-Redis-with-Docker.git
cd Laravel-Postrgres-Redis-with-Docker
cp .env.example .env

Change the variables in .env.

Copy you laravel application in laravel-app folder at root path.

docker-compose up -d