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

difftreelog

source

.docker/docker-compose.xcm.j2469 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      - 994915    ports:16      - 127.0.0.1:9844:984417      - 127.0.0.1:9933:9933      18      - 127.0.0.1:9944:994419      - 127.0.0.1:9946:994620      - 127.0.0.1:9947:994721      - 127.0.0.1:9948:994822      - 127.0.0.1:9949:99492324