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

difftreelog

source

.docker/docker-compose.tmp-unit.j2287 Bsourcehistory
1version: "3.5"23services:4  node-dev:5    build:6      context: ../7      dockerfile: .docker/Dockerfile-chain-dev-unit8      args:9        - "RUST_TOOLCHAIN={{ RUST_TOOLCHAIN }}"10        - "NETWORK={{ NETWORK }}"11    logging:12      options:13        max-size: "1m"14        max-file: "3"