From 633ec2b1c263926a3a2689eff67153328f76a354 Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Fri, 19 Mar 2021 20:10:31 +1100 Subject: [PATCH] Updated microservices (markdown) --- microservices.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/microservices.md b/microservices.md index 3866b63..b5107fd 100644 --- a/microservices.md +++ b/microservices.md @@ -8,6 +8,8 @@ Currently, there are three officially supported microservices: * Auth Server: https://github.com/krgamestudios/auth-server * Chat Server: https://github.com/krgamestudios/chat-server +See [Configuration](configuration) for how to actually pull docker images of these. + ## News-Server The news server is the first and most stable element of this system. It provides a stream of news articles, as well as features to publish, edit and delete them. It relies on the auth-server's tokens for authentication.