mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-08 22:58:00 +00:00
d2b7ee2575
git-subtree-dir: bridges git-subtree-split: 0625544309ff299307f7e110f252f04eac383102
24 lines
812 B
Markdown
24 lines
812 B
Markdown
# bridges-ui
|
|
|
|
This is a Bridges UI docker configuration file. The source of the Bridges UI code
|
|
can be found in [the repository](https://github.com/paritytech/parity-bridges-ui).
|
|
The CI should create and publish a docker image that is used by this configuration
|
|
file, so that the code is always using the latest version.
|
|
The UI is configured to point to local Rialto and Millau nodes to retrieve the require
|
|
data.
|
|
|
|
This image can be used together with `nginx-proxy` to expose the UI externally. See
|
|
`VIRTUAL_*` and `LETSENCRYPT_*` environment variables.
|
|
|
|
After start the UI is available at `http://localhost:8080`
|
|
|
|
## How to?
|
|
|
|
In current directory:
|
|
```bash
|
|
docker-compose up -d
|
|
```
|
|
|
|
Then start `rialto` & `millau` networks with the same command (one folder up) or
|
|
run the full setup by using `../run.sh` script.
|