Configure multiple PHP-FPM workers

This commit is contained in:
Jeppe Bundgaard
2026-06-12 12:27:27 +02:00
parent 3cdf1571c5
commit aaec443140
5 changed files with 55 additions and 0 deletions
+1
View File
@@ -40,6 +40,7 @@ COPY . /var/www/html
# Copy Nginx configuration file
COPY nginx.conf /etc/nginx/nginx.conf
COPY services/php/php-fpm-pool.conf /usr/local/etc/php-fpm.d/zz-pleno-workers.conf
# Install Composer
COPY --from=composer:2.6 /usr/bin/composer /usr/bin/composer