git.delta.rocks / unique-network / refs/commits / 3a27627da776

difftreelog

source

docker-compose.yml190 Bsourcehistory
1version: "3"23services:4  node:5    image: nft-parachain6    ports:7      - 9944:99448    build:9      context: ./10      dockerfile: Dockerfile11    volumes:12      - ./chain-data:/chain-data