An open API service indexing awesome lists of open source software.

https://github.com/sandstorm/neos-base

Docker Base Image for Neos and Flow Applications
https://github.com/sandstorm/neos-base

docker docker-container docker-image flowframework neos neos-cms neoscms nginx php

Last synced: 15 days ago
JSON representation

Docker Base Image for Neos and Flow Applications

Awesome Lists containing this project

README

          

# Neos Base Image

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

[Link to DockerHub](https://hub.docker.com/r/sandstormmedia/neos-base)

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
```