-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add container image to installation info
Signed-off-by: Alexander Trost <[email protected]>
- Loading branch information
Showing
3 changed files
with
28 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
title: Components | ||
--- | ||
|
||
* Envoy Proxy | ||
* Proxying user "API" requests (GRPC web) to the FiveNet server via GRPC. | ||
* Message Queue / NATS | ||
* Communication between components, user notifications and more. | ||
* MySQL database server (from your gameserver) | ||
* FiveNet | ||
* Frontend | ||
* Serves the frontend and map tiles. | ||
* Server | ||
* Can also host the frontend. | ||
* Worker | ||
* Runs some "background" tasks, e.g., dispatch center assignment, expiration, cleanup, etc. | ||
* Discord | ||
* Discord bot component (e.g., group and user info sync) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters