1version: "3.5"23services:4 xcm_nodes:5 build:6 args:7 - "RUST_TOOLCHAIN=nightly-2022-07-24"8 - "BRANCH=release-v927020"9 - "FEATURE=quartz-runtime"10 - "POLKADOT_BUILD_BRANCH=release-v0.9.27"11 - "ACALA_BUILD_BRANCH=2.9.0"12 - "MOONBEAM_BUILD_BRANCH=v0.25.0"13 - "CUMULUS_BUILD_BRANCH=release-v0.9.230"14 - "POLKADOT_LAUNCH_BRANCH=feature/rewrite-chain-id-in-spec"15 image: xcm_nodes_quartz16 container_name: xcm_nodes_quartz17 volumes:18 - type: bind19 source: ./xcm-config/launch-config-xcm-quartz.json20 target: /polkadot-launch/launch-config.json21 read_only: true22 - type: bind23 source: ./xcm-config/5validators.jsonnet24 target: /polkadot-launch/5validators.jsonnet25 read_only: true