Update uniswap build restart on failure
This commit is contained in:
parent
b8d63fc4a4
commit
3a65794f93
@ -3,7 +3,7 @@ version: "3.2"
|
||||
services:
|
||||
uniswap-interface:
|
||||
image: cerc/uniswap-interface:local
|
||||
restart: unless-stopped
|
||||
restart: on-failure
|
||||
environment:
|
||||
- REACT_APP_INFURA_KEY=${CERC_INFURA_KEY}
|
||||
command: ["./build-app.sh"]
|
||||
|
@ -35,7 +35,17 @@ laconic-so --stack uniswap-urbit-app deploy init --output uniswap-urbit-app-spec
|
||||
|
||||
Edit `network` in spec file to map container ports to same ports in host
|
||||
|
||||
<!-- TODO: Provide example -->
|
||||
```
|
||||
...
|
||||
network:
|
||||
ports:
|
||||
uniswap-interface:
|
||||
- 3000:3000
|
||||
urbit-fake-ship:
|
||||
- 8080:80
|
||||
- 12321:12321
|
||||
...
|
||||
```
|
||||
|
||||
### Data volumes
|
||||
Container data volumes are bind-mounted to specified paths in the host filesystem.
|
||||
|
Loading…
Reference in New Issue
Block a user