magnobiet / laravel-bootstrap

:rocket: A Laravel application using several nice community packages
MIT License
2 stars 2 forks source link

Dockerize app #4

Open magnobiet opened 6 years ago

magnobiet commented 6 years ago

Create a Docker container

omspacecode commented 6 years ago

@magnobiet Are there any specific system requirements for this Laravel Application?

Will need those details so that it can be included for DockerFile. Like I understand it needs : PHP - ver ? Laravel - 5.7 apache so on...

magnobiet commented 6 years ago

Hi @omspacecode, Laravel 5.7 requires PHP >= 7.1.3, with:

For HTTP server, I thought on nginx.

Database configs, email setting and something else is defined by environment variables, like .env.

https://laravel.com/docs/5.7#installation

omspacecode commented 6 years ago

@magnobiet
Thank You!

dukerspace commented 6 years ago

@magnobiet feature/docker #8

magnobiet commented 6 years ago

@omspacecode, @dukerspace sent a PR to that, you can help to review that or send your version to compare?