git.delta.rocks / unique-network / refs/commits / 10a3e17b41ca

difftreelog

source

.docker/docker-compose.tmp-testnet.j2569 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        - "POLKADOT_LAUNCH_BRANCH={{ POLKADOT_LAUNCH_BRANCH }}"12    image: testnet_node_{{ NETWORK }}13    container_name: testnet_node_{{ NETWORK }}14    volumes:15       - type: bind16         source: ./testnet-config/launch-config-testnet.json17         target: /polkadot-launch/launch-config.json18         read_only: true