shancci / php-docker

Dockerized php dev environment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dockerized web environment

Dockerized web environemnt using NGINX, PHP7, POSTGRES, MEMCACHED, and REDIS.

Author Source Code Software License

Build Status

This repository uses the official php docker container.

Contents

Additional PHP extensions will be installed:

  • APC
  • APCu
  • event
  • mcrypt
  • pdo_pgsql
  • imagick
  • memcached
  • redis

Requirements

Containers

Custom containers

Usage

Assuming you have a running docker machine:

$ docker-compose up

Application path

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.

License

This repository is licensed under the MIT open source license. For more details see the license file that's distributed with this package.

About

Dockerized php dev environment

License:MIT License


Languages

Language:Nginx 62.3%Language:PHP 37.7%