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:
|