Add custom supervisor conf

This commit is contained in:
2022-07-05 05:40:09 +02:00
parent 56274e201b
commit 2ce2cb337d
3 changed files with 17 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
FROM php:7.2-fpm
ENV WORKDIR=/var/www/html
ENV STORAGE_DIR=/var/www/html/storage
ENV LARAVEL_PROCS_NUMBER=2
ENV STORAGE_DIR=${WORKDIR}/storage
ENV LARAVEL_PROCS_NUMBER=1
# Install system dependencies
RUN apt-get update && apt-get install -y \
git \