Browse Source

Add architecture

patch-1
Mayank 5 years ago
parent
commit
85102de47a
No known key found for this signature in database GPG Key ID: D037D60476CE748C
  1. 29
      README.md

29
README.md

@ -28,6 +28,35 @@ If you are looking to run Umbrel on your hardware, you do not need to use this f
- [`umbrel-manager`](https://github.com/getumbrel/umbrel-manager)
- [`umbrel-middleware`](https://github.com/getumbrel/umbrel-middleware)
**Architecture**
```
+ -------------------- +
| umbrel-dashboard |
+ -------------------- +
|
|
+ ------------- +
| nginx |
+ ------------- +
|
|
+ - - - - - - - - - - - + - - - - - - - - - - - +
| |
| |
+ ------------------ + + --------------------- +
| umbrel-manager | < - - - jwt auth - - - | umbrel-middleware |
+ ------------------ + + --------------------- +
|
|
+ - - - - - - - - + - - - - - - - - +
| |
| |
+ ------------- + + ------------- +
| bitcoind | < - - - - - - - - | lnd |
+ ------------- + + ------------- +
```
## 🛠 Using Compose
### Requirements

Loading…
Cancel
Save