docker-php-fpm icon indicating copy to clipboard operation
docker-php-fpm copied to clipboard

add nginx unit flavor

Open DracoBlue opened this issue 2 years ago • 3 comments

right now our images look like this: exozet/php-fpm:8.1.3-sudo. it would be good to also have exozet/php-nginx-unit:8.1.3-sudo with all our extensions but https://unit.nginx.org/ service the files. this could make it possible to delivery only this one image and not having to pair it with an extra nginx image.

Also https://habr.com/en/post/646397/ on some performance infos

DracoBlue avatar Aug 31 '22 11:08 DracoBlue

I'm in favour of this. I also currently working on an 7.4 nginx unit image for one of my projectsand this is based on our fpm image

niepi avatar Sep 01 '22 06:09 niepi

Added https://habr.com/en/post/646397/ for some performance infos.

DracoBlue avatar Oct 23 '22 13:10 DracoBlue

I am collecting ideas at https://github.com/exozet/docker-php-fpm/wiki/Draft-for-new-Structure

DracoBlue avatar Dec 06 '22 10:12 DracoBlue

alpine version depends on https://github.com/docker-library/php/pull/1355

DracoBlue avatar Dec 11 '22 21:12 DracoBlue

Was rejected. Another try at https://github.com/docker-library/php/pull/1358

DracoBlue avatar Dec 16 '22 06:12 DracoBlue

A nginx unit version is available in the successor of this project at https://github.com/Endava/docker-php

DracoBlue avatar Mar 04 '23 08:03 DracoBlue