This commit is contained in:
Para Dox
2025-06-03 20:36:55 +07:00
parent fcd7b58ff8
commit 48f0ea5c0a
7 changed files with 14 additions and 14 deletions

View File

@@ -144,9 +144,9 @@ services:
networks:
- chains
volumes:
- ${BERACHAIN_BARTIO_RETH_ARCHIVE_TRACE__BEACON_KIT_DATA:-berachain-bartio-reth-archive-trace_beacon-kit}:/root/.beacond/data
- ${BERACHAIN_BARTIO_RETH_ARCHIVE_TRACE__BEACON_KIT_DATA:-berachain-bartio-reth-archive-trace_beacon-kit}:/root/.beacond/db
- .jwtsecret:/jwtsecret:ro
- berachain-bartio-reth-archive-trace_config:/root/.beacond/config
- berachain-bartio-reth-archive-trace_config:/root/.beacond/data
logging: *logging-defaults
labels:
- prometheus-scrape.enabled=false

View File

@@ -145,9 +145,9 @@ services:
networks:
- chains
volumes:
- ${BERACHAIN_BARTIO_RETH_PRUNED_TRACE__BEACON_KIT_DATA:-berachain-bartio-reth-pruned-trace_beacon-kit}:/root/.beacond/data
- ${BERACHAIN_BARTIO_RETH_PRUNED_TRACE__BEACON_KIT_DATA:-berachain-bartio-reth-pruned-trace_beacon-kit}:/root/.beacond/db
- .jwtsecret:/jwtsecret:ro
- berachain-bartio-reth-pruned-trace_config:/root/.beacond/config
- berachain-bartio-reth-pruned-trace_config:/root/.beacond/data
logging: *logging-defaults
labels:
- prometheus-scrape.enabled=false

View File

@@ -147,9 +147,9 @@ services:
networks:
- chains
volumes:
- ${BERACHAIN_BEPOLIA_RETH_ARCHIVE_TRACE__BEACON_KIT_DATA:-berachain-bepolia-reth-archive-trace_beacon-kit}:/root/.beacond/data
- ${BERACHAIN_BEPOLIA_RETH_ARCHIVE_TRACE__BEACON_KIT_DATA:-berachain-bepolia-reth-archive-trace_beacon-kit}:/root/.beacond/db
- .jwtsecret:/jwtsecret:ro
- berachain-bepolia-reth-archive-trace_config:/root/.beacond/config
- berachain-bepolia-reth-archive-trace_config:/root/.beacond/data
logging: *logging-defaults
labels:
- prometheus-scrape.enabled=false

View File

@@ -148,9 +148,9 @@ services:
networks:
- chains
volumes:
- ${BERACHAIN_BEPOLIA_RETH_PRUNED_TRACE__BEACON_KIT_DATA:-berachain-bepolia-reth-pruned-trace_beacon-kit}:/root/.beacond/data
- ${BERACHAIN_BEPOLIA_RETH_PRUNED_TRACE__BEACON_KIT_DATA:-berachain-bepolia-reth-pruned-trace_beacon-kit}:/root/.beacond/db
- .jwtsecret:/jwtsecret:ro
- berachain-bepolia-reth-pruned-trace_config:/root/.beacond/config
- berachain-bepolia-reth-pruned-trace_config:/root/.beacond/data
logging: *logging-defaults
labels:
- prometheus-scrape.enabled=false

View File

@@ -145,9 +145,9 @@ services:
networks:
- chains
volumes:
- ${BERACHAIN_MAINNET_RETH_ARCHIVE_TRACE__BEACON_KIT_DATA:-berachain-mainnet-reth-archive-trace_beacon-kit}:/root/.beacond/data
- ${BERACHAIN_MAINNET_RETH_ARCHIVE_TRACE__BEACON_KIT_DATA:-berachain-mainnet-reth-archive-trace_beacon-kit}:/root/.beacond/db
- .jwtsecret:/jwtsecret:ro
- berachain-mainnet-reth-archive-trace_config:/root/.beacond/config
- berachain-mainnet-reth-archive-trace_config:/root/.beacond/data
logging: *logging-defaults
labels:
- prometheus-scrape.enabled=false

View File

@@ -146,9 +146,9 @@ services:
networks:
- chains
volumes:
- ${BERACHAIN_MAINNET_RETH_PRUNED_TRACE__BEACON_KIT_DATA:-berachain-mainnet-reth-pruned-trace_beacon-kit}:/root/.beacond/data
- ${BERACHAIN_MAINNET_RETH_PRUNED_TRACE__BEACON_KIT_DATA:-berachain-mainnet-reth-pruned-trace_beacon-kit}:/root/.beacond/db
- .jwtsecret:/jwtsecret:ro
- berachain-mainnet-reth-pruned-trace_config:/root/.beacond/config
- berachain-mainnet-reth-pruned-trace_config:/root/.beacond/data
logging: *logging-defaults
labels:
- prometheus-scrape.enabled=false

View File

@@ -108,9 +108,9 @@ fi
if [ "$CHAIN_SPEC" = "testnet" ]; then
exec $BEACOND start --beacon-kit.chain-spec testnet --home /root/.beacond --db_dir /root/.beacond/data --beacon-kit.engine.jwt-secret-path /root/.beacond/config/jwt.hex --beacon-kit.kzg.trusted-setup-path /root/.beacond/config/kzg-trusted-setup.json $@
exec $BEACOND start --beacon-kit.chain-spec testnet --home /root/.beacond --db_dir /root/.beacond/db --beacon-kit.engine.jwt-secret-path /root/.beacond/data/jwt.hex --beacon-kit.kzg.trusted-setup-path /root/.beacond/data/kzg-trusted-setup.json $@
else
exec $BEACOND start --home /root/.beacond --db_dir /root/.beacond/data --beacon-kit.engine.jwt-secret-path /root/.beacond/config/jwt.hex --beacon-kit.kzg.trusted-setup-path /root/.beacond/config/kzg-trusted-setup.json $@
exec $BEACOND start --home /root/.beacond --db_dir /root/.beacond/db --beacon-kit.engine.jwt-secret-path /root/.beacond/data/jwt.hex --beacon-kit.kzg.trusted-setup-path /root/.beacond/data/kzg-trusted-setup.json $@
fi
# --beacon-kit.engine.jwt-secret-path $CONFIG_DIR/jwt.hex --beacon-kit.kzg.trusted-setup-path $CONFIG_DIR/kzg-trusted-setup.json --home /root/.beacond
#--minimum-gas-prices 0atom