1version: "3.5"23services:4 xcm_nodes:5 build:6 args:7 - "RUST_TOOLCHAIN=nightly-2022-07-24"8 - "BRANCH=release-v927020"9 - "REPO_URL=https://github.com/UniqueNetwork/unique-chain.git"10 - "FEATURE=unique-runtime"11 - "POLKADOT_BUILD_BRANCH=release-v0.9.27"12 - "ACALA_BUILD_BRANCH=2.9.0"13 - "MOONBEAM_BUILD_BRANCH=v0.25.0"14 - "CUMULUS_BUILD_BRANCH=release-v0.9.230"15 - "POLKADOT_LAUNCH_BRANCH=feature/rewrite-chain-id-in-spec" 16 image: xcm_nodes_unique17 container_name: xcm_nodes_unique 18 volumes:19 - type: bind20 source: ./xcm-config/launch-config-xcm-unique.json21 target: /polkadot-launch/launch-config.json22 read_only: true