Skip to content

iwyg/php-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published