Our Docker Stack for both Development and Live Environment Purpose
- Nginx
- PHP 7.2 (default), 7.1, 7.0, your choice.
- MySQL 5.7
- PHPMyAdmin without login by default
.envfile as the configuration file, helps you upstart with Laravel more convenience.- Cron Schedule for Laravel by default, you can edit to fit your project.
- Install Docker CE.
- Run
docker-compose up -dand let Docker do the rest