docs: dev architecture

Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
This commit is contained in:
Ameya Shenoy 2021-02-12 17:17:51 +05:30
parent 9dcb52c002
commit 85963a122e
Signed by: codingcoffee
GPG key ID: F7D58AAC5DACF8D3
2 changed files with 4 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB

View file

@ -23,6 +23,8 @@ Frontend
- Local setup is supported via Docker Compose
![Development Architecture](.assets/images/bullish-dev-2021-02-12.png "Development Architecture")
```sh
docker-compose up -d
```
@ -60,10 +62,10 @@ Here `container-name` can be either of `backend`, `frontend`, `redis`,
## Deploy
The recommended way for deploy is on Kubernetes. You can find the related files
![Production Architecture](.assets/images/bullish-prod-2021-02-12.png "Production Architecture")
The recommended way for deploy is on Kubernetes. You can find the related files
in `k8s` directory.
- One time deploy