git.delta.rocks / unique-network / refs/commits / 295de97207bc

difftreelog

source

docker-compose.yml313 Bsourcehistory
1version: "3.5"23services:4  node:5    image: nft-parachain6    ports:7      - 9944:99448    build:9      context: ./10      dockerfile: Dockerfile11    volumes:12      - ./chain-data:/chain-data13    networks: 14      - substrate_network1516networks: 17  substrate_network:18    driver: bridge19    name: substrate_network