You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
1.3 KiB
44 lines
1.3 KiB
# Enter your Docker Host IP (will be appended to /etc/hosts). Default is `10.0.75.1`
|
|
DOCKER_HOST_IP=172.20.0.1
|
|
PROJECTS_DIR=/home/youruser/PhpstormProjects
|
|
|
|
### WORKSPACE #############################################
|
|
WORKSPACE_PUID=1000
|
|
WORKSPACE_PGID=1000
|
|
WORKSPACE_TIMEZONE=Europe/Moscow
|
|
WORKSPACE_INSTALL_SSH=true
|
|
WORKSPACE_INSTALL_MYSQL_CLIENT=true
|
|
WORKSPACE_INSTALL_PYTHON=true
|
|
WORKSPACE_INSTALL_FSWATCH=false
|
|
WORKSPACE_INSTALL_PING=true
|
|
WORKSPACE_INSTALL_S3_MINIO_CLIENT=true
|
|
WORKSPACE_COMPOSER_VERSION=1
|
|
WORKSPACE_COMPOSER_GLOBAL_INSTALL=true
|
|
WORKSPACE_COMPOSER_AUTH=false
|
|
WORKSPACE_COMPOSER_REPO_PACKAGIST=
|
|
WORKSPACE_INSTALL_XDEBUG=false
|
|
WORKSPACE_INSTALL_WP_CLI=true
|
|
WORKSPACE_INSTALL_NODE=true
|
|
WORKSPACE_NODE_VERSION=lts/dubnium
|
|
WORKSPACE_NPM_REGISTRY=
|
|
WORKSPACE_INSTALL_GULP=true
|
|
WORKSPACE_INSTALL_YARN=true
|
|
WORKSPACE_YARN_VERSION=latest
|
|
|
|
### PHP-FPM #############################################
|
|
INSTALL_XDEBUG=true
|
|
INSTALL_REDIS=true
|
|
INSTALL_ZIP=true
|
|
INSTALL_BZ2=true
|
|
INSTALL_INTL=true
|
|
INSTALL_PGSQL=true
|
|
INSTALL_BCMATH=true
|
|
INSTALL_PEAR_MAIL=true
|
|
PHP_OPT_SHORT_OPEN_TAG=On
|
|
PHP_OPT_MAX_EXECUTION_TIME=600
|
|
PHP_OPT_MEMORY_LIMIT=500M
|
|
PHP_OPT_UPLOAD_MAX_FILESIZE=20M
|
|
|
|
### MINIO S3 #############################################
|
|
MINIO_ACCESS_KEY=s3.local
|
|
MINIO_SECRET_KEY=qbKTLqAumjYOYlCXCRk6
|