Skip to content

Lightning fast, super slim and production hardened: Alpine, PHP, Nginx docker container.

License

Notifications You must be signed in to change notification settings

wangjialei01/aphex

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alpine linux, PHP, Nginx

A super fast, super slim, production hardened PHP-7 and Nginx docker image built on Alpine linux. Perfect for horizontally distributed PHP and Laravel applications run within a container cluster.

Note Installs hirak/prestissimo composer parallel install plugin. If you have issues with composer installs remove this plugin.

Stack

  • PHP-7 (Latest PHP runtime)
    • mcrypt
    • mysqli
    • pdo_mysql
    • opcache
    • gd
    • pcntl
  • Nginx (FastCGI web-server)
  • Composer (PHP package manager)
  • supervisor (process manager)
  • Tooling
    • git
    • wget
    • bash

Building

To build this image from the Dockerfile use comething like docker build .

About

Lightning fast, super slim and production hardened: Alpine, PHP, Nginx docker container.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Nginx 51.9%
  • PHP 48.1%