Skip to content

mknentwich/compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nentwich Compose Services

This repository ensures an easy installation method for the Nentwich services.

Requirements

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.

Setup

Only a few steps are required for a bare installation of all services:

  1. clone this repository and all its sub repositories

  2. copy all examples to the projects root

  3. 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.

Configuration

Most important configuration can be done on the .env file. Examples are enable/disable https, change the domain, set the hugo repository, etc…​. In order to use this project, the domain names have to be resolved, which can be acquired by using /etc/hosts.

About

Easy-Usage purpose for the Nentwich services

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors