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

difftreelog

source

.docker/docker-compose.xcm.j2428 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      - 993310      - 994411      - 994612      - 994713      - 994814    ports:15      - 127.0.0.1:9844:984416      - 127.0.0.1:9933:9933      17      - 127.0.0.1:9944:994418      - 127.0.0.1:9946:994619      - 127.0.0.1:9947:994720      - 127.0.0.1:9948:99482122