From 65a59eea96649b2d29e67995107699d2c26de79f Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Fri, 19 Mar 2021 20:30:14 +1100 Subject: [PATCH] Updated configuration (markdown) --- configuration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configuration.md b/configuration.md index cac60fa..a9d58c6 100644 --- a/configuration.md +++ b/configuration.md @@ -12,6 +12,8 @@ Each [microservice](microservices) has it's own configure-script.js file; but th This file, when generated by the core project, will pull the microservices from docker hub (along with traefik and mariadb) and will put everything together. This file is ignored by git. +When it's generated by a microservice instead, it sets those up independantly. + ### Dockerfile This file covers ONLY the repo it exists in. It is committed to the repo, but is also generated by the configure-script.js for completeness.