Skip to content

Docker configuration for Laravel using PHP, Nginx and Supervisor.

Notifications You must be signed in to change notification settings

devfelipereis/laravel-docker-nginx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

laravel-docker-nginx

Docker configuration for Laravel using PHP, Nginx and Supervisor. Xdebug included.

To get started, copy and paste all the files from this repository and paste in the root of your laravel application.

In dev environment:

make up

wait and you are ready to go!

In production you can build your image like this:

docker build --build-arg APP_ENV=production -t yourtag:0.0.1 .

In prod Xdebug is not installed and configs are cached.

About

Docker configuration for Laravel using PHP, Nginx and Supervisor.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published