git.delta.rocks / unique-network / refs/commits / a7c64b4371aa

difftreelog

source

.docker/docker-compose.gov.j2643 Bsourcehistory
1version: "3.5"23services:4  node-dev:5    build:6      args:7        - "RUST_TOOLCHAIN={{ RUST_TOOLCHAIN }}"8        - "NETWORK={{ NETWORK }}"9        - "WASM_NAME={{ WASM_NAME }}"10      context: ../11      dockerfile: .docker/Dockerfile-chain-dev12    image: node-dev13    container_name: node-dev14    expose:15      - 994416      - 993317    ports:18      - 127.0.0.1:9944:994419      - 127.0.0.1:9933:993320    logging:21      options:22        max-size: "1m"23        max-file: "3"24    command: cargo run --profile integration-tests --features={{ NETWORK }}-runtime,gov-test-timings,fast-inflation -- --dev -linfo --rpc-cors=all --unsafe-rpc-external