mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 03:31:10 +00:00
114f487fd9
1602249f0a Enable Beefy debug logs in test deployment (#1237) c61d240b47 Fix storage parameter name computation (#1238) 96d3808e88 Integrate BEEFY with Rialto & Millau runtimes (#1227) f75a1bdd9b update dependencies (#1229) 957da03854 Add mut support (#1232) 8062637289 fixed set_operational in GRANDPA pallet (#1226) 14b36ca4ee Add CODEOWNERS file (#1219) 3bec15766f Unify metric names (#1209) 0e839d2423 remove abandoned exchange relay (#1217) 2c91c6815c Remove unused `relays/headers` (#1216) 80b1e65db8 Remove unused PoA<>Substrate bridge (#1210) f36f76fc2a Fix UI deployment. (#1211) fc0b65365b Add `AtLeast32BitUnsigned` for MessageLance::SourceChainBalance (#1207) git-subtree-dir: bridges git-subtree-split: 1602249f0a258b8bc95d3ff5b8c8851fc97f42f4
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.