git.delta.rocks / unique-network / refs/commits / fc2ce00644a6

difftreelog

source

.docker/docker-compose.xcm.j2422 Bsourcehistory
1version: "3.5"23services:4  xcm_nodes:5    image: uniquenetwork/ci-xcm-local:{{ NETWORK }}-{{ BUILD_TAG }}6    container_name: xcm-{{ NETWORK }}-local7    expose:8      - 98449      - 994410      - 994611      - 994712      - 994813      - 994914    ports:15      - 127.0.0.1:9844:984416      - 127.0.0.1:9944:994417      - 127.0.0.1:9946:994618      - 127.0.0.1:9947:994719      - 127.0.0.1:9948:994820      - 127.0.0.1:9949:99492122