f9eb5a4ba8
* Refactor to make Urbit app deployment script generic * Rename urbit pod and update instructions * Add a flag to allow skipping app installation on Urbit * Make remote Urbit app deployment scripts generic * Move remote deployment scripts to urbit fixturenet * Update and use existing kubo pod for Urbit glob hosting
19 lines
552 B
YAML
19 lines
552 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:
|
|
- ../config/uniswap-interface/build-app.sh:/app/build-app.sh
|
|
- urbit_app_builds:/app-builds
|
|
- ../config/uniswap-interface/urbit-files/mar:/app/mar
|
|
- ../config/uniswap-interface/urbit-files/desk.docket-0:/app/desk.docket-0
|
|
|
|
volumes:
|
|
urbit_app_builds:
|