mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-16 06:11:07 +00:00
Squashed 'bridges/' changes from 407bf44a8a..1602249f0a
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
This commit is contained in:
@@ -7,7 +7,7 @@ services:
|
||||
VIRTUAL_PORT: 80
|
||||
LETSENCRYPT_HOST: ui.brucke.link
|
||||
LETSENCRYPT_EMAIL: admin@parity.io
|
||||
CHAIN_1_SUBSTRATE_PROVIDER: ws://localhost:9944
|
||||
CHAIN_2_SUBSTRATE_PROVIDER: ws://localhost:19944
|
||||
CHAIN_1_SUBSTRATE_PROVIDER: ${UI_CHAIN_1:-ws://localhost:9944}
|
||||
CHAIN_2_SUBSTRATE_PROVIDER: ${UI_CHAIN_2:-ws://localhost:19944}
|
||||
ports:
|
||||
- "8080:80"
|
||||
|
||||
Reference in New Issue
Block a user