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

difftreelog

xcm-local-stand

Konstantin Astakhov2023-01-19parent: #94cc8d2.patch.diff
in: master

11 files changed

deleted.docker/additional/xcm-rococo/Dockerfile-xcm-opal-rococodiffbeforeafterboth

no changes

added.docker/additional/xcm-rococo/Dockerfile-xcm-opal-rococo.tempdiffbeforeafterboth

no changes

deleted.docker/additional/xcm-rococo/Dockerfile-xcm-unique-rococodiffbeforeafterboth

no changes

added.docker/additional/xcm-rococo/Dockerfile-xcm-unique-rococo.tempdiffbeforeafterboth

no changes

modified.docker/additional/xcm-rococo/docker-compose-xcm-opal-rococo.ymldiffbeforeafterboth
4 xcm_opal_rococo:4 xcm_opal_rococo:
5 build:5 build:
6 context: .6 context: .
7 dockerfile: .Dockerfile-xcm-opal-rococo7 dockerfile: ./Dockerfile-xcm-opal-rococo
8 container_name: xcm-opal-rococo8 container_name: xcm-opal-rococo
9 image: xcm-opal-rococo:latest9 image: xcm-opal-rococo
10 env_file: .env
11 expose:10 expose:
12 - 984411 - 9844
13 - 994412 - 9944
20 - 127.0.0.1:9946:994619 - 127.0.0.1:9946:9946
21 - 127.0.0.1:9947:994720 - 127.0.0.1:9947:9947
22 - 127.0.0.1:9948:994821 - 127.0.0.1:9948:9948
23 logging:
24 options:
25 max-size: "1m"
26 max-file: "3"
2722
23
modified.docker/additional/xcm-rococo/docker-compose-xcm-unique-rococo.ymldiffbeforeafterboth
4 xcm_unique_rococo:4 xcm_unique_rococo:
5 build:5 build:
6 context: .6 context: .
7 dockerfile: .Dockerfile-xcm-unique-rococo7 dockerfile: ./Dockerfile-xcm-unique-rococo
8 container_name: xcm-unique-rococo8 container_name: xcm-unique-rococo
9 image: xcm-unique-rococo:latest9 image: xcm-unique-rococo
10 env_file: .env
11 expose:10 expose:
12 - 984411 - 9844
13 - 994412 - 9944
20 - 127.0.0.1:9946:994619 - 127.0.0.1:9946:9946
21 - 127.0.0.1:9947:994720 - 127.0.0.1:9947:9947
22 - 127.0.0.1:9948:994821 - 127.0.0.1:9948:9948
23 logging:
24 options:
25 max-size: "1m"
26 max-file: "3"
2722
23
added.docker/additional/xcm-rococo/launch-config-xcm-opal-rococo.jsondiffbeforeafterboth

no changes

added.docker/additional/xcm-rococo/launch-config-xcm-unique-rococo.jsondiffbeforeafterboth

no changes

added.docker/additional/xcm-rococo/launch-opal-xcm-stand.shdiffbeforeafterboth

no changes

modified.docker/additional/xcm-rococo/launch-quartz-xcm-stand.shdiffbeforeafterboth
1#!/bin/bash1#!/bin/bash
2
3#export BRANCH=$1
4
5echo -n "Set the branch for clone unique-chain: "
6read BRANCH
27
3export BRANCH=feature/xcm-local-stand8if [ -z ${BRANCH} ]; then
49 echo "Ветка для клонирования не задана"
10 exit
11else
12 export BRANCH=$BRANCH
5echo "BRANCH="$BRANCH13 echo "BRANCH="$BRANCH
14fi
615
7pip install j2cli16pip install j2cli
817
added.docker/additional/xcm-rococo/launch-unique-xcm-stand.shdiffbeforeafterboth

no changes