Update port mapping and stack path in readme

This commit is contained in:
IshaVenikar 2024-06-13 18:36:59 +05:30 committed by Nabarun
parent 9eba3ecc3d
commit 8451ac1805

View File

@ -3,7 +3,7 @@
## Clone the stack repo
```bash
laconic-so fetch-stack git.vdb.to/cerc-io/sushiswap-watcher-ts
laconic-so fetch-stack ~/cerc/sushiswap-watcher-ts/stack-orchestrator/stacks/sushiswap-v3
```
## Build the container image
@ -11,6 +11,7 @@ laconic-so fetch-stack git.vdb.to/cerc-io/sushiswap-watcher-ts
```bash
laconic-so --stack sushiswap-v3 build-containers
```
## Create a spec file for the deployment
```bash
@ -30,7 +31,7 @@ network:
sushiswap-v3-watcher-job-runner:
- 9000:9000
sushiswap-v3-watcher-server:
- 127.0.0.1:3008:3008
- 3008:3008
- 9001:9001
```