mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-11 06:23:47 +00:00
fix: remove signer nodes from docker setup
This commit is contained in:
parent
5162282480
commit
0d4c12fdfd
1 changed files with 4 additions and 171 deletions
|
|
@ -126,172 +126,6 @@ services:
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
sl-node2-keystore:
|
|
||||||
build:
|
|
||||||
context: ..
|
|
||||||
dockerfile: geth-poa/SignerNode2Dockerfile
|
|
||||||
environment:
|
|
||||||
- GETH_NODE_TYPE=signer
|
|
||||||
- BOOTNODE_ENDPOINT=enode://34a2a388ad31ca37f127bb9ffe93758ee711c5c2277dff6aff2e359bcf2c9509ea55034196788dbd59ed70861f523c1c03d54f1eabb2b4a5c1c129d966fe1e65@172.29.0.98:30301
|
|
||||||
- NET_RESTRICT=172.29.0.0/16
|
|
||||||
- MEV_COMMIT_GETH_PASSWORD=${MEV_COMMIT_GETH_PASSWORD}
|
|
||||||
networks:
|
|
||||||
primev_net:
|
|
||||||
ipv4_address: '172.29.0.100'
|
|
||||||
ports:
|
|
||||||
- 60603:60601
|
|
||||||
volumes:
|
|
||||||
- geth-data-node2:/data
|
|
||||||
profiles:
|
|
||||||
- settlement-keystore
|
|
||||||
labels:
|
|
||||||
com.datadoghq.ad.check_names: '["openmetrics"]'
|
|
||||||
com.datadoghq.ad.init_configs: '[{}]'
|
|
||||||
com.datadoghq.ad.instances: |
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"openmetrics_endpoint": "http://%%host%%:6060/debug/metrics/prometheus",
|
|
||||||
"namespace": "geth-poa",
|
|
||||||
"metrics": [
|
|
||||||
"txpool*",
|
|
||||||
"trie*",
|
|
||||||
"system*",
|
|
||||||
"state*",
|
|
||||||
"rpc*",
|
|
||||||
"p2p*",
|
|
||||||
"eth*",
|
|
||||||
"chain*",
|
|
||||||
"clique*"
|
|
||||||
"vm*"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
|
|
||||||
sl-node2:
|
|
||||||
build:
|
|
||||||
context: ..
|
|
||||||
dockerfile: geth-poa/Dockerfile
|
|
||||||
environment:
|
|
||||||
- GETH_NODE_TYPE=signer
|
|
||||||
- BLOCK_SIGNER_ADDRESS=0x788EBABe5c3dD422Ef92Ca6714A69e2eabcE1Ee4
|
|
||||||
- BLOCK_SIGNER_PRIVATE_KEY=${NODE2_PRIVATE_KEY}
|
|
||||||
- BOOTNODE_ENDPOINT=enode://34a2a388ad31ca37f127bb9ffe93758ee711c5c2277dff6aff2e359bcf2c9509ea55034196788dbd59ed70861f523c1c03d54f1eabb2b4a5c1c129d966fe1e65@172.29.0.98:30301
|
|
||||||
- NET_RESTRICT=172.29.0.0/16
|
|
||||||
networks:
|
|
||||||
primev_net:
|
|
||||||
ipv4_address: '172.29.0.100'
|
|
||||||
ports:
|
|
||||||
- 60603:60601
|
|
||||||
volumes:
|
|
||||||
- geth-data-node2:/data
|
|
||||||
profiles:
|
|
||||||
- settlement
|
|
||||||
labels:
|
|
||||||
com.datadoghq.ad.check_names: '["openmetrics"]'
|
|
||||||
com.datadoghq.ad.init_configs: '[{}]'
|
|
||||||
com.datadoghq.ad.instances: |
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"openmetrics_endpoint": "http://%%host%%:6060/debug/metrics/prometheus",
|
|
||||||
"namespace": "geth-poa",
|
|
||||||
"metrics": [
|
|
||||||
"txpool*",
|
|
||||||
"trie*",
|
|
||||||
"system*",
|
|
||||||
"state*",
|
|
||||||
"rpc*",
|
|
||||||
"p2p*",
|
|
||||||
"eth*",
|
|
||||||
"chain*",
|
|
||||||
"clique*"
|
|
||||||
"vm*"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
|
|
||||||
sl-node3-keystore:
|
|
||||||
build:
|
|
||||||
context: ..
|
|
||||||
dockerfile: geth-poa/SignerNode3Dockerfile
|
|
||||||
environment:
|
|
||||||
- GETH_NODE_TYPE=signer
|
|
||||||
- BOOTNODE_ENDPOINT=enode://34a2a388ad31ca37f127bb9ffe93758ee711c5c2277dff6aff2e359bcf2c9509ea55034196788dbd59ed70861f523c1c03d54f1eabb2b4a5c1c129d966fe1e65@172.29.0.98:30301
|
|
||||||
- MEV_COMMIT_GETH_PASSWORD=${MEV_COMMIT_GETH_PASSWORD}
|
|
||||||
- NET_RESTRICT=172.29.0.0/16
|
|
||||||
networks:
|
|
||||||
primev_net:
|
|
||||||
ipv4_address: '172.29.0.101'
|
|
||||||
ports:
|
|
||||||
- 60604:60601
|
|
||||||
volumes:
|
|
||||||
- geth-data-node1:/data
|
|
||||||
profiles:
|
|
||||||
- settlement-keystore
|
|
||||||
labels:
|
|
||||||
com.datadoghq.ad.check_names: '["openmetrics"]'
|
|
||||||
com.datadoghq.ad.init_configs: '[{}]'
|
|
||||||
com.datadoghq.ad.instances: |
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"openmetrics_endpoint": "http://%%host%%:6060/debug/metrics/prometheus",
|
|
||||||
"namespace": "geth-poa",
|
|
||||||
"metrics": [
|
|
||||||
"txpool*",
|
|
||||||
"trie*",
|
|
||||||
"system*",
|
|
||||||
"state*",
|
|
||||||
"rpc*",
|
|
||||||
"p2p*",
|
|
||||||
"eth*",
|
|
||||||
"chain*",
|
|
||||||
"clique*"
|
|
||||||
"vm*"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
|
|
||||||
sl-node3:
|
|
||||||
build:
|
|
||||||
context: ..
|
|
||||||
dockerfile: geth-poa/Dockerfile
|
|
||||||
environment:
|
|
||||||
- GETH_NODE_TYPE=signer
|
|
||||||
- BLOCK_SIGNER_ADDRESS=0xd9cd8E5DE6d55f796D980B818D350C0746C25b97
|
|
||||||
- BLOCK_SIGNER_PRIVATE_KEY=${NODE3_PRIVATE_KEY}
|
|
||||||
- BOOTNODE_ENDPOINT=enode://34a2a388ad31ca37f127bb9ffe93758ee711c5c2277dff6aff2e359bcf2c9509ea55034196788dbd59ed70861f523c1c03d54f1eabb2b4a5c1c129d966fe1e65@172.29.0.98:30301
|
|
||||||
- NET_RESTRICT=172.29.0.0/16
|
|
||||||
networks:
|
|
||||||
primev_net:
|
|
||||||
ipv4_address: '172.29.0.101'
|
|
||||||
ports:
|
|
||||||
- 60604:60601
|
|
||||||
volumes:
|
|
||||||
- geth-data-node3:/data
|
|
||||||
profiles:
|
|
||||||
- settlement
|
|
||||||
labels:
|
|
||||||
com.datadoghq.ad.check_names: '["openmetrics"]'
|
|
||||||
com.datadoghq.ad.init_configs: '[{}]'
|
|
||||||
com.datadoghq.ad.instances: |
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"openmetrics_endpoint": "http://%%host%%:6060/debug/metrics/prometheus",
|
|
||||||
"namespace": "geth-poa",
|
|
||||||
"metrics": [
|
|
||||||
"txpool*",
|
|
||||||
"trie*",
|
|
||||||
"system*",
|
|
||||||
"state*",
|
|
||||||
"rpc*",
|
|
||||||
"p2p*",
|
|
||||||
"eth*",
|
|
||||||
"chain*",
|
|
||||||
"clique*"
|
|
||||||
"vm*"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
|
|
||||||
sl-node4:
|
sl-node4:
|
||||||
build:
|
build:
|
||||||
context: ..
|
context: ..
|
||||||
|
|
@ -428,4 +262,3 @@ volumes:
|
||||||
geth-data-l1-bootnode:
|
geth-data-l1-bootnode:
|
||||||
geth-data-l1-first-signer:
|
geth-data-l1-first-signer:
|
||||||
geth-data-l1-second-signer:
|
geth-data-l1-second-signer:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue