* passing to workspace containers php memory and execute time limit to infinity and remove inapplicable php opts to cli execution (post and max upload size data)
This commit is contained in:
@ -8,14 +8,16 @@ WORKSPACE_PGID=1000
|
||||
WORKSPACE_TIMEZONE=Europe/Moscow
|
||||
WORKSPACE_COMPOSER_VERSION=2
|
||||
WORKSPACE_CUSTOM_NODE_VERSION=lts/fermium
|
||||
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=500M
|
||||
PHP_OPT_POST_MAX_SIZE=300M
|
||||
PHP_OPT_MEMORY_LIMIT=256M
|
||||
PHP_OPT_POST_MAX_SIZE=800M
|
||||
PHP_OPT_UPLOAD_MAX_FILESIZE=200M
|
||||
|
||||
### MINIO S3 #############################################
|
||||
|
Reference in New Issue
Block a user