Updated PHP-FPM container to accept .env variables

This commit is contained in:
Marius van Zundert
2017-02-27 14:05:47 +01:00
parent fa9ac1e471
commit c112fdffc1
2 changed files with 17 additions and 17 deletions

View File

@ -41,18 +41,18 @@ WORKSPACE_SSH_PORT=2222
# PHP_FPM
PHP_FPM_BUILD_PATH=./php-fpm
PHP_FPM_CONTAINER_NAME=php-fpm
PHP_FPM_DOCKER_FILE=Dockerfile-70
PHP_FPM_INSTALL_XDEBUG=false
PHP_FPM_INSTALL_MONGO=false
PHP_FPM_INSTALL_SOAP=false
PHP_FPM_INSTALL_ZIP_ARCHIVE=false
PHP_FPM_INSTALL_BCMATH=false
PHP_FPM_INSTALL_PHPREDIS=false
PHP_FPM_INSTALL_MEMCACHED=false
PHP_FPM_INSTALL_OPCACHE=false
PHP_FPM_INSTALL_EXIF=false
PHP_FPM_INSTALL_AEROSPIKE_EXTENSION=false
PHP_FPM_CODEIGNITER=false
PHP_FPM_IDE_CONFIG=serverName=laravel
PHP_FPM_CODEIGNITER=falses
# NGINX
NGINX_BUILD_PATH=./nginx