git.delta.rocks / unique-network / refs/commits / cfe013be94f6

difftreelog

source

.docker/docker-compose.tmp-xcm-unique.yml598 Bsourcehistory
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    volumes:16       - type: bind17         source: ./launch-config-xcm-unique.json18         target: /polkadot-launch/launch-config.json19         read_only: true