This version is tested with Lumen 5.8
Docker starter for Lumen comprised of 2 files:
docker-composer.yml
and Dockerfile
. Debian 9 (stretch)
is used to build the app box.
App box contains: php 7.3, apache 2.4, and nodejs 12.x. composer
is also available in it.
- Install lumen with composer in your host machine
- put these file where
.env
files are docker-compose up -d --build
to start the machine