git.delta.rocks / unique-network / refs/commits / 46a786a716f8

difftreelog

Enable synching with local nodes

Greg Zaitsev2020-07-31parent: #25bf5cc.patch.diff
in: master

3 files changed

modifiedDockerfile-testnetdiffbeforeafterboth
45EXPOSE 994645EXPOSE 9946
46EXPOSE 993546EXPOSE 9935
47EXPOSE 993647EXPOSE 9936
48EXPOSE 30334
48VOLUME ["/chain-data"]49VOLUME ["/chain-data"]
4950
50# Copy and run start script51# Copy and run start script
modifieddocker-compose-testnet.ymldiffbeforeafterboth
47 image: nft-parachain47 image: nft-parachain
48 ports:48 ports:
49 - 9944:994449 - 9944:9944
50 - 30334:30334
50 build:51 build:
51 context: ./52 context: ./
52 dockerfile: Dockerfile-testnet53 dockerfile: Dockerfile-testnet
addedrun-testnet-local-node.shdiffbeforeafterboth

no changes