6bef0c5b2f
* Separate out uniswap gql proxy in a stack * Use proxy server from watcher-ts * Add a flag to enable/disable the proxy server * Update env configuratoin for uniswap urbit app stack * Update stack file for uniswap urbit app stack * Fix env variables in instructions
18 lines
411 B
YAML
18 lines
411 B
YAML
version: "3.2"
|
|
|
|
services:
|
|
uniswap-interface:
|
|
image: cerc/uniswap-interface:local
|
|
restart: on-failure
|
|
environment:
|
|
- REACT_APP_INFURA_KEY=${CERC_INFURA_KEY}
|
|
- REACT_APP_AWS_API_ENDPOINT=${CERC_UNISWAP_GQL}
|
|
command: ["./build-app.sh"]
|
|
volumes:
|
|
- app_builds:/app-builds
|
|
- ../config/uniswap-interface/build-app.sh:/app/build-app.sh
|
|
|
|
volumes:
|
|
app_builds:
|
|
app_globs:
|