Use laconic branch for app repo
This commit is contained in:
parent
f7b6cbe72b
commit
4736a81e96
@ -30,7 +30,7 @@ services:
|
|||||||
timeout: 5s
|
timeout: 5s
|
||||||
retries: 15
|
retries: 15
|
||||||
start_period: 10s
|
start_period: 10s
|
||||||
|
|
||||||
uniswap-gql-proxy:
|
uniswap-gql-proxy:
|
||||||
image: cerc/uniswap-interface:local
|
image: cerc/uniswap-interface:local
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
@ -43,7 +43,6 @@ services:
|
|||||||
timeout: 5s
|
timeout: 5s
|
||||||
retries: 15
|
retries: 15
|
||||||
start_period: 10s
|
start_period: 10s
|
||||||
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
app_builds:
|
app_builds:
|
||||||
|
@ -40,11 +40,11 @@ Edit `network` in spec file to map container ports to same ports in host
|
|||||||
network:
|
network:
|
||||||
ports:
|
ports:
|
||||||
urbit-fake-ship:
|
urbit-fake-ship:
|
||||||
- 8080:80
|
- '8080:80'
|
||||||
uniswap-glob-host:
|
uniswap-glob-host:
|
||||||
- 3000:3000
|
- '3000:3000'
|
||||||
uniswap-gql-proxy:
|
uniswap-gql-proxy:
|
||||||
- 4000:4000
|
- '4000:4000'
|
||||||
...
|
...
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -72,6 +72,7 @@ Inside the deployment directory, open the file `config.env` and add variable for
|
|||||||
|
|
||||||
# Uniswap API GQL Endpoint
|
# Uniswap API GQL Endpoint
|
||||||
# Set this to GQL proxy server endpoint for uniswap app
|
# Set this to GQL proxy server endpoint for uniswap app
|
||||||
|
# (Eg. http://localhost:4000/graphql)
|
||||||
CERC_UNISWAP_GQL=
|
CERC_UNISWAP_GQL=
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
version: "0.1"
|
version: "0.1"
|
||||||
name: uniswap-urbit-app
|
name: uniswap-urbit-app
|
||||||
repos:
|
repos:
|
||||||
- github.com/cerc-io/uniswap-interface@ng-gql-proxy # TODO: Use release
|
- github.com/cerc-io/uniswap-interface@laconic # TODO: Use release
|
||||||
containers:
|
containers:
|
||||||
- cerc/uniswap-interface
|
- cerc/uniswap-interface
|
||||||
- cerc/urbit-globs-host
|
- cerc/urbit-globs-host
|
||||||
|
Loading…
Reference in New Issue
Block a user