uniswap updates
This commit is contained in:
parent
29fc611885
commit
525d7ee49b
@ -75,6 +75,8 @@ services:
|
|||||||
uni-watcher-server:
|
uni-watcher-server:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
|
ipld-eth-server:
|
||||||
|
condition: service_healthy
|
||||||
uniswap-watcher-db:
|
uniswap-watcher-db:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
uni-watcher-job-runner:
|
uni-watcher-job-runner:
|
||||||
|
@ -23,8 +23,8 @@
|
|||||||
|
|
||||||
[upstream]
|
[upstream]
|
||||||
[upstream.ethServer]
|
[upstream.ethServer]
|
||||||
gqlApiEndpoint = "http://ipld-eth-server.example.com:8083/graphql"
|
gqlApiEndpoint = "http://ipld-eth-server:8083/graphql"
|
||||||
rpcProviderEndpoint = "http://ipld-eth-server.example.com:8082"
|
rpcProviderEndpoint = "http://ipld-eth-server:8082"
|
||||||
|
|
||||||
[upstream.cache]
|
[upstream.cache]
|
||||||
name = "requests"
|
name = "requests"
|
||||||
|
@ -63,8 +63,8 @@
|
|||||||
|
|
||||||
[upstream]
|
[upstream]
|
||||||
[upstream.ethServer]
|
[upstream.ethServer]
|
||||||
gqlApiEndpoint = "http://ipld-eth-server.example.com:8083/graphql"
|
gqlApiEndpoint = "http://ipld-eth-server:8083/graphql"
|
||||||
rpcProviderEndpoint = "http://ipld-eth-server.example.com:8082"
|
rpcProviderEndpoint = "http://ipld-eth-server:8082"
|
||||||
|
|
||||||
[upstream.cache]
|
[upstream.cache]
|
||||||
name = "requests"
|
name = "requests"
|
||||||
|
@ -22,8 +22,8 @@
|
|||||||
|
|
||||||
[upstream]
|
[upstream]
|
||||||
[upstream.ethServer]
|
[upstream.ethServer]
|
||||||
gqlApiEndpoint = "http://ipld-eth-server.example.com:8083/graphql"
|
gqlApiEndpoint = "http://ipld-eth-server:8083/graphql"
|
||||||
rpcProviderEndpoint = "http://ipld-eth-server.example.com:8082"
|
rpcProviderEndpoint = "http://ipld-eth-server:8082"
|
||||||
|
|
||||||
[upstream.cache]
|
[upstream.cache]
|
||||||
name = "requests"
|
name = "requests"
|
||||||
|
@ -22,13 +22,13 @@ Instructions to deploy Uniswap v3 watcher stack (watcher + uniswap-v3-info front
|
|||||||
* Clone / pull required repositories:
|
* Clone / pull required repositories:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ laconic-so setup-repositories --include vulcanize/uniswap-watcher-ts,vulcanize/uniswap-v3-info --git-ssh --pull
|
$ laconic-so --stack uniswap-v3 setup-repositories
|
||||||
```
|
```
|
||||||
|
|
||||||
* Build watcher and info app container images:
|
* Build watcher and info app container images:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ laconic-so build-containers --include cerc/watcher-uniswap-v3,cerc/uniswap-v3-info
|
$ laconic-so --stack uniswap-v3 build-containers
|
||||||
```
|
```
|
||||||
|
|
||||||
This should create the required docker images in the local image registry.
|
This should create the required docker images in the local image registry.
|
||||||
|
@ -3,8 +3,14 @@ name: uniswap-v3
|
|||||||
repos:
|
repos:
|
||||||
- github.com/vulcanize/uniswap-watcher-ts
|
- github.com/vulcanize/uniswap-watcher-ts
|
||||||
- github.com/vulcanize/uniswap-v3-info
|
- github.com/vulcanize/uniswap-v3-info
|
||||||
|
- github.com/cerc-io/ipld-eth-db
|
||||||
|
- github.com/cerc-io/ipld-eth-server
|
||||||
containers:
|
containers:
|
||||||
- cerc/watcher-uniswap-v3
|
- cerc/watcher-uniswap-v3
|
||||||
- cerc/uniswap-v3-info
|
- cerc/uniswap-v3-info
|
||||||
|
- cerc/ipld-eth-db
|
||||||
|
cerc/ipld-eth-server
|
||||||
pods:
|
pods:
|
||||||
- watcher-uniswap-v3
|
- watcher-uniswap-v3
|
||||||
|
- ipld-eth-db
|
||||||
|
- ipld-eth-server
|
||||||
|
Loading…
Reference in New Issue
Block a user