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

difftreelog

source

.docker/docker-compose-xcm.yml411 Bsourcehistory
1version: "3.5"23services:4  xcm_nodes:5    build:6      context: ../7      dockerfile: .docker/Dockerfile-xcm8    expose:9      - 984410      - 994411      - 994612      - 994713      - 994814    ports:15      - 127.0.0.1:9844:984416      - 127.0.0.1:9944:994417      - 127.0.0.1:9946:994618      - 127.0.0.1:9947:994719      - 127.0.0.1:9948:994820    logging:21      options:22        max-size: "1m"23        max-file: "3"