git.delta.rocks / unique-network / refs/commits / 9fa2d18c4c7a

difftreelog

source

.docker/docker-compose.tmp-xcm-tests.j2504 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    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:994821    logging:22      options:23        max-size: "1m"24        max-file: "3"25