git.delta.rocks / unique-network / refs/commits / 9206f91cff29

difftreelog

source

.docker/docker-compose.tmp-try-runtime.j2497 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    image: try-runtime13    container_name: try-runtime14    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"