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

difftreelog

source

.docker/additional/xcm-rococo/docker-compose-xcm-opal-rococo.yml509 Bsourcehistory
1version: "3.5"23services:4  xcm_opal_rococo:5    build:6      context: .7      dockerfile: .Dockerfile-xcm-opal-rococo8    container_name: xcm-opal-rococo9    image: xcm-opal-rococo:latest10    env_file: .env11    expose:12      - 984413      - 994414      - 994615      - 994716      - 994817    ports:18      - 127.0.0.1:9844:984419      - 127.0.0.1:9944:994420      - 127.0.0.1:9946:994621      - 127.0.0.1:9947:994722      - 127.0.0.1:9948:994823    logging:24      options:25        max-size: "1m"26        max-file: "3"