Dockerized web environemnt using NGINX, PHP7, POSTGRES, MEMCACHED, and REDIS.
This repository uses the official php docker container.
Additional PHP extensions will be installed:
- APC
- APCu
- event
- mcrypt
- pdo_pgsql
- imagick
- memcached
- redis
- Docker Engine
- Docker Compose
- Docker Machine (OS X and Windows)
Assuming you have a running docker machine:
$ docker-compose up
The default application path is located at ./app/public/index.php
. You'll need
to alter the application path depending on your specific needs, e.g. if using
Symfony2 Applications, use ./app/web/app.php
.
This repository is licensed under the MIT open source license. For more details see the license file that's distributed with this package.