Nginx docker container
Env variables:
- TYPE=http (optional, can be
http
orhttps
, default ishttp
) - APP_CONTAINER=php_container (required, php container name)
- APP_URL=example.com (required only when publishing app)
- APP_ENTRYPOINT=app_dev (optional, can be
app
orapp_dev
, application entrypoint filename) - APP_FRAMEWORK=sf (optional, can be
sf
oryii
) - APP_PUBLIC_DIR=web (document root)