git.delta.rocks / unique-network / refs/commits / 3f5f75f01d3e

difftreelog

source

.docker/docker-compose.try-runtime.j2254 Bsourcehistory
1version: "3.5"23services:4  try-runtime:5    image: uniquenetwork/ci-tryruntime-local:{{ NETWORK }}-{{ BUILD_TAG }}6    container_name: try-runtime7    expose:8      - 99449      - 993310    ports:11      - 127.0.0.1:9944:994412      - 127.0.0.1:9933:993313