mirror of
https://github.com/MUnique/OpenMU
synced 2026-08-15 14:32:19 -04:00
Improved readme formatting
This commit is contained in:
parent
cf102b69d8
commit
0bef96b952
2 changed files with 6 additions and 2 deletions
|
|
@ -64,9 +64,11 @@ However, this introduces a lot more complexity and you should know what you're d
|
|||
The communication between the subsystems is handled with Dapr.
|
||||
|
||||
Warnings:
|
||||
|
||||
* It's currently unsupported due to several issues we have to resolve first.
|
||||
Feel free to contribute for the following issues: https://github.com/MUnique/OpenMU/issues?q=is%3Aissue%20state%3Aopen%20label%3Adistributed-deployment
|
||||
* This way of hosting OpenMU is more complex and requires a good understanding of distributed systems.
|
||||
Feel free to contribute for the following issues: <https://github.com/MUnique/OpenMU/issues?q=is%3Aissue%20state%3Aopen%20label%3Adistributed-deployment>
|
||||
* This way of hosting OpenMU is more complex and requires a good understanding
|
||||
of distributed systems.
|
||||
* This deployment requires more resources (CPU, RAM, Disk, Network).
|
||||
|
||||
### Pros
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
# Distributed
|
||||
|
||||
*!!! CURRENTLY BROKEN AND UNSUPPORTED, DOCS ARE OUT OF DATE !!!*
|
||||
|
||||
## Deployment with docker-compose
|
||||
|
||||
Currently, we just have a docker-compose file for the deployment.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue