HHVM extension developer stack built on top of absalomedia/nginx-pagespeed, which is built on a lightly modified Ubuntu Bootstrap image
Configurable via a plethora of environment variables, which are applied either on each boot or on service start
| var | default | description |
|---|---|---|
| APP_ENV | production | production, development :: 'development' enables http://www.xdebug.org/ |
| CHOWN_APP_DIR | true | if true, chown $APP_USER:$APP_GROUP /app/www |
| VIRTUAL_HOST | example.com | hostname of the application |
| TIMEZONE | Australia/Brisbane | |
| APP_USER | nginx-php | nginx and php5-fpm user |
| APP_GROUP | nginx-php | nginx and php5-fpm group |
| APP_UID | 1000 | user_id - setting to the host username can be useful when mounting volumes from host > guest |
| APP_GID | 1000 | group_id |
| UPLOAD_MAX_SIZE | 30M | Maximum upload size, applied to nginx and php5-fpm |
| NGINX_MAX_WORKER_PROCESSES | 8 | nginx worker_processes is determined from number of processor cores on service start, up to the maximum permitted by NGINX_MAX_WORKER_PROCESSES |
Content type
Image
Digest
sha256:8b6632853…
Size
592.6 MB
Last updated
over 9 years ago
docker pull absalomedia/hhvm-dev