forked from cerc-io/stack-orchestrator
19 lines
529 B
YAML
19 lines
529 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}
|
|
- REACT_APP_UNISWAP_API_URL=${CERC_UNISWAP_API}
|
|
command: ["./build-app.sh"]
|
|
volumes:
|
|
- ../config/uniswap-interface/build-app.sh:/app/build-app.sh
|
|
- urbit_app_builds:/app-builds
|
|
- ../config/uniswap-interface/urbit-files:/app/urbit-files
|
|
|
|
volumes:
|
|
urbit_app_builds:
|