Skip to content

Image base optimized for size including php-fpm, pagespeed enabled nginx in alpine.

Notifications You must be signed in to change notification settings

AlexEAA/alpine-php-nginx-pagespeed

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alpine-php-nginx-pagespeed

This docker image has PHP7, PHP-FPM and Pagespeed enabled Nginx

Supported tags and respective Dockerfile links

The difference between tags

light

PHP7, PHP-FPM, PHP-ZIP, PHP-MYSQLI, PHP-GD, Pagespeed enabled Nginx in supervisord.

It also installs New Relic PHP agent. In order to enable it you need to set the following variables:

  • NR_ENABLED Enable newrelic-daemon on container startup.

  • NR_APP_NAME Your New Relic APM name.

  • NR_LICENSE_KEY Your New Relic License key. It can be found in your Account Settings menu in New Relic user panel.

builder

Same as light flavor but also has the following Alpine packages:

  • gnupg
  • nodejs
  • nodejs-npm
  • git
  • unzip
  • bash
  • make
  • gcc
  • g++
  • libc-dev
  • jpeg-dev

It also installs PHP Composer.

It does not installs New Relic PHP agent.

About

Image base optimized for size including php-fpm, pagespeed enabled nginx in alpine.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 61.5%
  • Shell 38.5%