This commit is contained in:
goldsquid
2025-12-28 16:38:59 +07:00
parent adef3f5a99
commit a1cb2455a1
3 changed files with 11 additions and 1 deletions

View File

@@ -58,6 +58,8 @@ services:
- 8545
- 6060
- 8551
environment:
- CHAIN_NAME=aristotle
entrypoint: [/usr/local/bin/init.sh, geth]
command:
- --bootnodes=enode://2bf74c837a98c94ad0fa8f5c58a428237d2040f9269fe622c3dbe4fef68141c28e2097d7af6ebaa041194257543dc112514238361a6498f9a38f70fd56493f96@8.221.140.134:30303
@@ -121,6 +123,7 @@ services:
- 19914:19914
- 19914:19914/udp
environment:
- CHAIN_NAME=aristotle
- IP=${IP}
- MONIKER=d${DOMAIN:-local}
entrypoint: [/usr/local/bin/init.sh, 0gchaind, start]

View File

@@ -58,6 +58,8 @@ services:
- 8545
- 6060
- 8551
environment:
- CHAIN_NAME=galileo
entrypoint: [/usr/local/bin/init.sh, geth]
command:
- --bootnodes=enode://de7b86d8ac452b1413983049c20eafa2ea0851a3219c2cc12649b971c1677bd83fe24c5331e078471e52a94d95e8cde84cb9d866574fec957124e57ac6056699@8.218.88.60:30303
@@ -121,6 +123,7 @@ services:
- 16172:16172
- 16172:16172/udp
environment:
- CHAIN_NAME=galileo
- IP=${IP}
- MONIKER=d${DOMAIN:-local}
entrypoint: [/usr/local/bin/init.sh, 0gchaind, start]