Add a service for the info app
This commit is contained in:
parent
d1d06e9aed
commit
78d482c7a0
@ -151,6 +151,14 @@ services:
|
|||||||
extra_hosts:
|
extra_hosts:
|
||||||
- "host.docker.internal:host-gateway"
|
- "host.docker.internal:host-gateway"
|
||||||
|
|
||||||
|
sushiswap-v3-info:
|
||||||
|
depends_on:
|
||||||
|
sushi-info-watcher-server:
|
||||||
|
condition: service_healthy
|
||||||
|
image: cerc/uniswap-v3-info:local
|
||||||
|
ports:
|
||||||
|
- "0.0.0.0:3006:3000"
|
||||||
|
|
||||||
# Deploys the core (UniswapV3Factory) contract
|
# Deploys the core (UniswapV3Factory) contract
|
||||||
sushiswap-v3-core:
|
sushiswap-v3-core:
|
||||||
image: cerc/sushiswap-v3-core:local
|
image: cerc/sushiswap-v3-core:local
|
||||||
|
@ -7,6 +7,8 @@ repos:
|
|||||||
## sushiswap repos
|
## sushiswap repos
|
||||||
- github.com/cerc-io/sushiswap-v3-core
|
- github.com/cerc-io/sushiswap-v3-core
|
||||||
- github.com/cerc-io/sushiswap-v3-periphery
|
- github.com/cerc-io/sushiswap-v3-periphery
|
||||||
|
- github.com/vulcanize/uniswap-watcher-ts
|
||||||
|
- github.com/vulcanize/uniswap-v3-info
|
||||||
containers:
|
containers:
|
||||||
## fixturenet-lotus image
|
## fixturenet-lotus image
|
||||||
- cerc/lotus
|
- cerc/lotus
|
||||||
@ -14,6 +16,7 @@ containers:
|
|||||||
- cerc/sushiswap-v3-core
|
- cerc/sushiswap-v3-core
|
||||||
- cerc/sushiswap-v3-periphery
|
- cerc/sushiswap-v3-periphery
|
||||||
- cerc/watcher-sushiswap
|
- cerc/watcher-sushiswap
|
||||||
|
- cerc/uniswap-v3-info
|
||||||
pods:
|
pods:
|
||||||
- fixturenet-lotus
|
- fixturenet-lotus
|
||||||
- watcher-sushiswap
|
- watcher-sushiswap
|
||||||
|
Loading…
Reference in New Issue
Block a user