git.delta.rocks / unique-network / refs/commits / 724fceb01bc3

difftreelog

source

.docker/docker-compose.tmp-try-runtime.j2349 Bsourcehistory
1version: "3.5"23services:4  try-runtime:5    image: uniquenetwork/tryruntime-{{ NETWORK }}-testnet-local:latest6    container_name: tryruntime-{{ NETWORK }}-testnet-local7    expose:8      - 99449      - 993310    ports:11      - 127.0.0.1:9944:994412      - 127.0.0.1:9933:993313    logging:14      options:15        max-size: "1m"16        max-file: "3"