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
- Host: GitHub
- URL: https://github.com/sandstorm/neos-base
- Owner: sandstorm
- Created: 2019-07-22T11:46:04.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-23T16:47:23.000Z (almost 7 years ago)
- Last Synced: 2026-04-25T07:12:16.083Z (25 days ago)
- Topics: docker, docker-container, docker-image, flowframework, neos, neos-cms, neoscms, nginx, php
- Language: Dockerfile
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```