let bob pull its config from the suerpchain registry instead of local files

This commit is contained in:
goldsquid
2026-06-04 19:52:37 +07:00
parent 19c01590d9
commit e30ec1d62f
13 changed files with 22 additions and 50 deletions

View File

@@ -57,15 +57,15 @@ services:
- 8545
- 6060
- 8551
entrypoint: /bin/sh -c '[ ! -d /root/.local/share/erigon/chaindata/mdbx.dat ] && erigon init --datadir /root/.local/share/erigon /config/genesis.json; exec erigon "$@"' --
entrypoint: [erigon]
command:
- --chain=bob-mainnet
- --datadir=/root/.local/share/erigon
- --maxpeers=50
- --metrics
- --metrics.addr=0.0.0.0
- --metrics.port=6060
- --nat=extip:${IP}
- --networkid=60808
- --p2p.allowed-ports=31071
- --p2p.allowed-ports=36071
- --port=11071
@@ -88,7 +88,6 @@ services:
- chains
volumes:
- ${BOB_MAINNET_OP_ERIGON_ARCHIVE_TRACE_DATA:-bob-mainnet-op-erigon-archive-trace}:/root/.local/share/erigon
- ./op/bob/mainnet:/config
- .jwtsecret:/jwtsecret:ro
- /slowdisk:/slowdisk
logging: *logging-defaults
@@ -111,8 +110,6 @@ services:
ports:
- 16071:16071
- 16071:16071/udp
env_file:
- ./op/bob/mainnet/node.env
environment:
- OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST}
- OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER}
@@ -145,7 +142,6 @@ services:
networks:
- chains
volumes:
- ./op/bob/mainnet:/config
- .jwtsecret:/jwtsecret:ro
logging: *logging-defaults
labels: