Skip to content

Docker Base Image for Neos and Flow Applications

Notifications You must be signed in to change notification settings

sandstorm/neos-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neos Base Image

This is a sample neos base image which can be used for testing, development, staging or production.

Link to DockerHub

It contains:

  • php 7.1
  • php-fpm
  • gd
  • PDO driver
  • composer
  • nginx
  • git
  • zip

WARNING

In your entrypoint you need to replace the nginx.conf with the nginx.template. This allows settings values from env variables in the nginx config!

envsubst '\$NGINX_HOST \$NGINX_PORT' < /etc/nginx/nginx.template > /etc/nginx/nginx.conf