+ conditionally libreoffice install for php

This commit is contained in:
2024-08-28 18:31:49 +03:00
parent 46a0154871
commit 5c1c94bfe2
4 changed files with 47 additions and 18 deletions

View File

@ -2,6 +2,13 @@
DOCKER_HOST_IP=172.20.0.1
PROJECTS_DIR=/home/youruser/PhpstormProjects
# All options below dramastically need defined in docker-compose.*.yml
### PHP COMMON #############################################
INSTALL_REDIS=true
INSTALL_PEAR_MAIL=true
INSTALL_LIBREOFFICE=true
### WORKSPACE #############################################
WORKSPACE_PUID=1000
WORKSPACE_PGID=1000
@ -16,8 +23,6 @@ WORKSPACE_PHP_OPT_MAX_EXECUTION_TIME=0
WORKSPACE_PHP_OPT_MEMORY_LIMIT=-1
### PHP-FPM #############################################
INSTALL_REDIS=true
INSTALL_PEAR_MAIL=true
PHP_OPT_SHORT_OPEN_TAG=Off
PHP_OPT_MAX_EXECUTION_TIME=600
PHP_OPT_MEMORY_LIMIT=256M