git.delta.rocks / unique-network / refs/commits / 030bc0dcaa8d

difftreelog

source

.docker/docker-compose.tmp-try-runtime.j2535 Bsourcehistory
1version: "3.5"23services:4  try-runtime:5    build:6      context: ../7      dockerfile: .docker/Dockerfile-try-runtime8      args:9        - "RUST_TOOLCHAIN={{ RUST_TOOLCHAIN }}"10        - "NETWORK={{ NETWORK }}"11        - "REPLICA_FROM={{ REPLICA_FROM }}"12        - "WASM_NAME={{ WASM_NAME }}"      13    image: try-runtime14    container_name: try-runtime15    expose:16      - 994417      - 993318    ports:19      - 127.0.0.1:9944:994420      - 127.0.0.1:9933:993321    logging:22      options:23        max-size: "1m"24        max-file: "3"