Files
pezkuwi-subxt/bridges/deployments/ui
Branislav Kontur fcc1574aac Merge commit 'd2b7ee2575c5132ef050e2523955382e1fae00ec' as 'bridges'
(git subtree add --prefix=bridges bridges master --squash)
2022-12-01 23:13:25 +01:00
..

bridges-ui

This is a Bridges UI docker configuration file. The source of the Bridges UI code can be found in the repository. 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:

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.