fix
This commit is contained in:
@@ -58,6 +58,8 @@ services:
|
|||||||
- 8545
|
- 8545
|
||||||
- 6060
|
- 6060
|
||||||
- 8551
|
- 8551
|
||||||
|
environment:
|
||||||
|
- CHAIN_NAME=aristotle
|
||||||
entrypoint: [/usr/local/bin/init.sh, geth]
|
entrypoint: [/usr/local/bin/init.sh, geth]
|
||||||
command:
|
command:
|
||||||
- --bootnodes=enode://2bf74c837a98c94ad0fa8f5c58a428237d2040f9269fe622c3dbe4fef68141c28e2097d7af6ebaa041194257543dc112514238361a6498f9a38f70fd56493f96@8.221.140.134:30303
|
- --bootnodes=enode://2bf74c837a98c94ad0fa8f5c58a428237d2040f9269fe622c3dbe4fef68141c28e2097d7af6ebaa041194257543dc112514238361a6498f9a38f70fd56493f96@8.221.140.134:30303
|
||||||
@@ -121,6 +123,7 @@ services:
|
|||||||
- 19914:19914
|
- 19914:19914
|
||||||
- 19914:19914/udp
|
- 19914:19914/udp
|
||||||
environment:
|
environment:
|
||||||
|
- CHAIN_NAME=aristotle
|
||||||
- IP=${IP}
|
- IP=${IP}
|
||||||
- MONIKER=d${DOMAIN:-local}
|
- MONIKER=d${DOMAIN:-local}
|
||||||
entrypoint: [/usr/local/bin/init.sh, 0gchaind, start]
|
entrypoint: [/usr/local/bin/init.sh, 0gchaind, start]
|
||||||
|
|||||||
@@ -58,6 +58,8 @@ services:
|
|||||||
- 8545
|
- 8545
|
||||||
- 6060
|
- 6060
|
||||||
- 8551
|
- 8551
|
||||||
|
environment:
|
||||||
|
- CHAIN_NAME=galileo
|
||||||
entrypoint: [/usr/local/bin/init.sh, geth]
|
entrypoint: [/usr/local/bin/init.sh, geth]
|
||||||
command:
|
command:
|
||||||
- --bootnodes=enode://de7b86d8ac452b1413983049c20eafa2ea0851a3219c2cc12649b971c1677bd83fe24c5331e078471e52a94d95e8cde84cb9d866574fec957124e57ac6056699@8.218.88.60:30303
|
- --bootnodes=enode://de7b86d8ac452b1413983049c20eafa2ea0851a3219c2cc12649b971c1677bd83fe24c5331e078471e52a94d95e8cde84cb9d866574fec957124e57ac6056699@8.218.88.60:30303
|
||||||
@@ -121,6 +123,7 @@ services:
|
|||||||
- 16172:16172
|
- 16172:16172
|
||||||
- 16172:16172/udp
|
- 16172:16172/udp
|
||||||
environment:
|
environment:
|
||||||
|
- CHAIN_NAME=galileo
|
||||||
- IP=${IP}
|
- IP=${IP}
|
||||||
- MONIKER=d${DOMAIN:-local}
|
- MONIKER=d${DOMAIN:-local}
|
||||||
entrypoint: [/usr/local/bin/init.sh, 0gchaind, start]
|
entrypoint: [/usr/local/bin/init.sh, 0gchaind, start]
|
||||||
|
|||||||
@@ -45,7 +45,11 @@ DATA_DIR="$HOME_DIR/data"
|
|||||||
mkdir -p $CONFIG_DIR
|
mkdir -p $CONFIG_DIR
|
||||||
mkdir -p $DATA_DIR
|
mkdir -p $DATA_DIR
|
||||||
|
|
||||||
CHAIN_SPEC=devnet
|
if [ "$CHAIN_NAME" = "galileo" ]; then
|
||||||
|
CHAIN_SPEC=galileo
|
||||||
|
else
|
||||||
|
CHAIN_SPEC=mainney
|
||||||
|
fi
|
||||||
env
|
env
|
||||||
|
|
||||||
# seems to be the same for all the 0g chains
|
# seems to be the same for all the 0g chains
|
||||||
|
|||||||
Reference in New Issue
Block a user