git.delta.rocks / unique-network / refs/commits / 8a0d4a7f437c

difftreelog

source

.docker/docker-compose.tmp-master.j2281 Bsourcehistory
1version: "3.5"23services:4  blockchain_nodes:5    build:6      args:7        - "RUST_TOOLCHAIN={{ RUST_TOOLCHAIN }}"8        - "BRANCH={{ BRANCH }}"9        - "REPO_URL={{ REPO_URL }}"10        - "NETWORK={{ NETWORK }}"11        - "POLKADOT_BUILD_BRANCH={{ POLKADOT_BUILD_BRANCH }}"