ci: recommence commit on restart config centralization; include exemplars
This commit is contained in:
parent
501372c3ee
commit
01e79cad49
32
conf/restart_config.conf.exemple
Normal file
32
conf/restart_config.conf.exemple
Normal file
@ -0,0 +1,32 @@
|
||||
NETWORK_NAME="4nk_network"
|
||||
TOR_IMAGE="4nk-node-tor:docker-support-v2"
|
||||
BITCOIN_IMAGE="4nk-node-bitcoin:docker-support-v2"
|
||||
BLINDBIT_IMAGE="4nk-node-blindbit:docker-support-v2"
|
||||
RELAY_IMAGE="4nk-node-sdk_relay1:docker-support-v2"
|
||||
|
||||
BITCOIN_VOLUME="bitcoin_data"
|
||||
BLINDBIT_VOLUME="blindbit_data"
|
||||
RELAY_1_VOLUME="sdk_relay_1_data"
|
||||
RELAY_2_VOLUME="sdk_relay_2_data"
|
||||
RELAY_3_VOLUME="sdk_relay_3_data"
|
||||
|
||||
TOR_PORTS=("9050:9050" "9051:9051")
|
||||
BITCOIN_PORTS=("38333:38333" "18443:18443" "29000:29000")
|
||||
BLINDBIT_PORTS=("8000:8000")
|
||||
RELAY_1_PORTS=("8090:8090" "8091:8091")
|
||||
RELAY_2_PORTS=("8092:8090" "8093:8091")
|
||||
RELAY_3_PORTS=("8094:8090" "8095:8091")
|
||||
|
||||
BITCOIN_CONF="$PROJECT_DIR/conf/bitcoin.conf"
|
||||
BLINDBIT_CONF="$PROJECT_DIR/conf/blindbit.toml"
|
||||
RELAY_1_CONF="$PROJECT_DIR/conf/sdk_relay1.conf"
|
||||
RELAY_2_CONF="$PROJECT_DIR/conf/sdk_relay2.conf"
|
||||
RELAY_3_CONF="$PROJECT_DIR/conf/sdk_relay3.conf"
|
||||
EXTERNAL_NODES_CONF="$PROJECT_DIR/sdk_relay/external_nodes.conf"
|
||||
|
||||
COMMON_ENV=(
|
||||
"RUST_LOG=debug,bitcoincore_rpc=trace"
|
||||
"HOME=/home/bitcoin"
|
||||
"BITCOIN_COOKIE_PATH=/home/bitcoin/.bitcoin/signet/.cookie"
|
||||
"ENABLE_SYNC_TEST=1"
|
||||
)
|
Loading…
x
Reference in New Issue
Block a user