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

difftreelog

source

.docker/docker-compose-forkless.yml526 Bsourcehistory
1version: "3.5"23services:4  node-parachain:5    build:6      context: ../7      dockerfile: .docker/Dockerfile-parachain-upgrade8    image: node-parachain9    container_name: node-parachain10    volumes:11       - type: bind12         source: ./launch-config-forkless.json13         target: /polkadot-launch/launch-config.json14         read_only: true15    expose:16      - 994417      - 993318    ports:19      - 127.0.0.1:9944:994420      - 127.0.0.1:9933:993321    logging:22      options:23        max-size: "1m"24        max-file: "3"