git.delta.rocks / unique-network / refs/commits / 5ec9dbee0705

difftreelog

source

.docker/docker-compose.try-runtime.j2213 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    ports:10      - 127.0.0.1:9944:994411