Quickly scaffold new projects for shipping Laravel apps with Docker easily! The preset will give you a Dockerfile
, docker-compose.yaml
, .dockerignore
, and Makefile
with helpful commands to start developing and shipping your application in Docker.
These are tips that I have learned shipping multiple Laravel applications (Amazon ECS, Google Cloud, and Docker Cloud (R.I.P)) over the years in one place.
You can install the package via composer:
composer require jasonmccallister/laravel-docker-preset
php artisan preset docker
Now you can run make up
and Docker will start to build your app, database, queue worker, and redis.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.