git.delta.rocks / unique-network / refs/commits / 036aece6500a

difftreelog

source

.docker/docker-compose.tmp-xcm.j2747 Bsourcehistory
1version: "3.5"23services:4  xcm_nodes:5    build:6      args:7        - "RUST_TOOLCHAIN={{ RUST_TOOLCHAIN }}"8        - "BRANCH={{ BRANCH }}"9        - "FEATURE={{ FEATURE }}"10        - "POLKADOT_BUILD_BRANCH={{ POLKADOT_BUILD_BRANCH }}"11        - "ACALA_BUILD_BRANCH={{ ACALA_BUILD_BRANCH }}"12        - "MOONBEAM_BUILD_BRANCH={{ MOONBEAM_BUILD_BRANCH }}"13        - "CUMULUS_BUILD_BRANCH={{ CUMULUS_BUILD_BRANCH }}"14        - "POLKADOT_LAUNCH_BRANCH={{ POLKADOT_LAUNCH_BRANCH }}"15    image: xcm_nodes_{{ NETWORK }}16    container_name: xcm_nodes_{{ NETWORK }}17    volumes:18       - type: bind19         source: ./xcm-config/launch-config-xcm-{{ NETWORK }}.json20         target: /polkadot-launch/launch-config.json21         read_only: true