docs: dev architecture
Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
This commit is contained in:
parent
9dcb52c002
commit
85963a122e
2 changed files with 4 additions and 2 deletions
BIN
.assets/images/bullish-dev-2021-02-12.png
Normal file
BIN
.assets/images/bullish-dev-2021-02-12.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 88 KiB |
|
|
@ -23,6 +23,8 @@ Frontend
|
|||
|
||||
- Local setup is supported via Docker Compose
|
||||
|
||||

|
||||
|
||||
```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
|
||||
|
||||

|
||||
|
||||
|
||||
The recommended way for deploy is on Kubernetes. You can find the related files
|
||||
in `k8s` directory.
|
||||
|
||||
- One time deploy
|
||||
|
|
|
|||
Loading…
Reference in a new issue