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

difftreelog

source

.docker/docker-compose.tmp-xcm-tests.j2545 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      - 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:994923    logging:24      options:25        max-size: "1m"26        max-file: "3"27