use Docker for PHP FPM #1

Open
opened 2019-04-24 11:51:34 +02:00 by jan · 0 comments
Owner

require a Docker engine and use the images built from https://git.dittberner.info/gnuviech/dockerfiles to provide PHP FPM for customers. This requires the following changes:

  • do not create php-fpm pool.d configuration for customer sites
  • provide an API to pass the required PHP/Debian version and variant (plain, mysql, pgsql) of the used docker image
  • create a systemd service file for the customer PHP-FPM instance
  • enable and start the systemd service
  • change the nginx virtualhost template to use the socket provided by the container
  • document how to setup the web host
require a Docker engine and use the images built from https://git.dittberner.info/gnuviech/dockerfiles to provide PHP FPM for customers. This requires the following changes: - do not create php-fpm pool.d configuration for customer sites - provide an API to pass the required PHP/Debian version and variant (plain, mysql, pgsql) of the used docker image - create a systemd service file for the customer PHP-FPM instance - enable and start the systemd service - change the nginx virtualhost template to use the socket provided by the container - document how to setup the web host
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: gnuviech/gvaweb#1
No description provided.