Docker PHP development environment.
Let's install NGINX, PHP 7.1, Composer, PostgreSQL, Redis and Beanstalkd:
git clone https://github.com/Happensit/docker-compose.git Dockercd Docker/Check and edit docker-compose.yml file volumes level in the applications section
docker-compose up -d nginx postgres redis beanstalkd