From 08a23715fbac36e9a43ab4be8dd99d183d538405 Mon Sep 17 00:00:00 2001 From: Armin Co <armin.co@hs-bochum.de> Date: Sun, 25 Oct 2020 18:11:20 +0100 Subject: [PATCH] Documentation --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 0059886..9c71787 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,15 @@ that will install the OLP as you wish. git clone https://gitlab.cvh-server.de/aco/cvh-olp.git ``` + +### Structure + +Required repositories for other services will be pulled into this drirectory. +For every service there will be created a seperate data/config directory which is independend to the repository +and can be recreated if neccessary. +This helps also to unify the paths to all configuration files. +Every relative path will be defined from the location of the `docker-compose.base.yml` file. + ## Nice to know ### Creating a new user -- GitLab