git.delta.rocks / unique-network / refs/commits / 2fd0e86ac3cf

difftreelog

source

.docker/docker-compose.tmp-xcm-tests.j2457 Bsourcehistory
1version: "3.5"23services:4  xcm_nodes:5    image: uniquenetwork/xcm-{{ NETWORK }}-testnet-local:latest6    container_name: xcm-{{ NETWORK }}-testnet-local7    expose:8      - 98449      - 994410      - 994611      - 994712      - 994813    ports:14      - 127.0.0.1:9844:984415      - 127.0.0.1:9944:994416      - 127.0.0.1:9946:994617      - 127.0.0.1:9947:994718      - 127.0.0.1:9948:994819    logging:20      options:21        max-size: "1m"22        max-file: "3"23