This repository ensures an easy installation method for the Nentwich services.
This software requires a running docker daemon and the docker-compose command in your path.
Currently, podman is not supported due to missing docker apis.
Only a few steps are required for a bare installation of all services:
-
clone this repository and all its sub repositories
-
copy all examples to the projects root
-
startup
You can use the following commands from the projects root:
git clone --recursive https://github.com/mknentwich/compose.git
cp -R example .
docker-compose up --build|
Tip
|
To not rebuild the core image everytime, leave the --build flag.
|