PHPackages                             egobude/docker-neos-template - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Caching](/categories/caching)
4. /
5. egobude/docker-neos-template

ActiveLibrary[Caching](/categories/caching)

egobude/docker-neos-template
============================

Docker based Neos CMS development setup

v0.3(9y ago)138GPL-3.0+Shell

Since Apr 13Pushed 8y ago2 watchersCompare

[ Source](https://github.com/egobude/docker-neos-template)[ Packagist](https://packagist.org/packages/egobude/docker-neos-template)[ RSS](/packages/egobude-docker-neos-template/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (6)Dependencies (12)Versions (4)Used By (0)

Docker based development setup
==============================

[](#docker-based-development-setup)

Template for a docker based development setup.

Requirements/Links
------------------

[](#requirementslinks)

- docker ()
- docker-compose ()
- composer ()

Development stack
-----------------

[](#development-stack)

ImageVersionOS[Nginx](https://hub.docker.com/r/zeroboh/nginx/)1.11Alpine[PHP-FPM](https://hub.docker.com/r/zeroboh/php/)7.1Alpine[Redis](https://hub.docker.com/r/zeroboh/redis/)3.2Alpine[MariaDB](https://hub.docker.com/r/zeroboh/mariadb/)10.1Debian JessieUsage
-----

[](#usage)

### Clone the repository

[](#clone-the-repository)

```
$ git clone https://github.com/egobude/docker-project-template.git
$ cd docker-project-template

```

### Create a .env file

[](#create-a-env-file)

Create a .env file from .env.dist and edit it with your own config

```
$ cp .env.dist .env

```

### Build the containers

[](#build-the-containers)

```
$ docker-compose build

```

### Install your project

[](#install-your-project)

#### Install a Neos base distribution

[](#install-a-neos-base-distribution)

```
$ composer create-project neos/neos-base-distribution Data

```

#### Install a Flow base distribution

[](#install-a-flow-base-distribution)

```
$ composer create-project neos/flow-base-distribution Data

```

### Start your development stack

[](#start-your-development-stack)

```
$ docker-compose up -d

```

You can reach your project under http://&lt;YOUR\_IP\_ADRESS:1234

### Stop and remove the containers

[](#stop-and-remove-the-containers)

```
$ docker-compose down

```

### If changes have been made to the setup, rebuild the containers

[](#if-changes-have-been-made-to-the-setup-rebuild-the-containers)

```
$ docker-compose up -d --build --force-recreate

```

Tips
----

[](#tips)

> Whenever you make changes to the files located under `/Docker` you have to rebuild the images. Otherwise the changes have no effect!

### How to execute a custom shell script on start up?

[](#how-to-execute-a-custom-shell-script-on-start-up)

To execute a custom shell script on start up place one or more \*.sh files into the /docker-entrypoints folder. This feature is available for the php-fpm and nginx image. The files are loaded alphabetically.

### How to change the port?

[](#how-to-change-the-port)

If you want a different port than 1234 you can edit the environment variable `NGINX_PORT` in the [.env](https://github.com/egobude/docker-project-template/blob/master/.env) file.

### How to change the document root?

[](#how-to-change-the-document-root)

To change the document root just edit the environment variable `NGINX_DOCUMENT_ROOT` in the [.env](https://github.com/egobude/docker-project-template/blob/master/.env) file.

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~2 days

Total

3

Last Release

3360d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/397376?v=4)[Benedikt Schmitz](/maintainers/egobude)[@egobude](https://github.com/egobude)

---

Top Contributors

[![egobude](https://avatars.githubusercontent.com/u/397376?v=4)](https://github.com/egobude "egobude (14 commits)")

---

Tags

dockerdocker-composeflow-frameworkneos-cmsnginxphpredissymfony

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/egobude-docker-neos-template/health.svg)

```
[![Health](https://phpackages.com/badges/egobude-docker-neos-template/health.svg)](https://phpackages.com/packages/egobude-docker-neos-template)
```

###  Alternatives

[neos/neos-base-distribution

Neos Base Distribution

4265.4k](/packages/neos-neos-base-distribution)[neos/demo

Site package for the Neos Demo Site

18184.0k8](/packages/neos-demo)[flowpack/fullpagecache

Cache full Neos page responses

1485.1k1](/packages/flowpack-fullpagecache)[neos/form-builder

Flow Form Framework integration into Neos CMS

19358.8k19](/packages/neos-form-builder)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
