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.