This commit is contained in:
Para Dox
2025-05-30 00:58:01 +07:00
parent 7aa2439a42
commit 99bc61a018
7 changed files with 7 additions and 0 deletions

View File

@@ -144,6 +144,7 @@ services:
networks: networks:
- chains - chains
volumes: volumes:
- ${BERACHAIN_BARTIO_RETH_ARCHIVE_TRACE__BEACON_KIT_DATA:-berachain-bartio-reth-archive-trace_beacon-kit}:/root/.beacond/data
- .jwtsecret:/jwtsecret:ro - .jwtsecret:/jwtsecret:ro
- berachain-bartio-reth-archive-trace_config:/root/.beacond/config - berachain-bartio-reth-archive-trace_config:/root/.beacond/config
logging: *logging-defaults logging: *logging-defaults

View File

@@ -145,6 +145,7 @@ services:
networks: networks:
- chains - chains
volumes: volumes:
- ${BERACHAIN_BARTIO_RETH_PRUNED_TRACE__BEACON_KIT_DATA:-berachain-bartio-reth-pruned-trace_beacon-kit}:/root/.beacond/data
- .jwtsecret:/jwtsecret:ro - .jwtsecret:/jwtsecret:ro
- berachain-bartio-reth-pruned-trace_config:/root/.beacond/config - berachain-bartio-reth-pruned-trace_config:/root/.beacond/config
logging: *logging-defaults logging: *logging-defaults

View File

@@ -147,6 +147,7 @@ services:
networks: networks:
- chains - chains
volumes: volumes:
- ${BERACHAIN_BEPOLIA_RETH_ARCHIVE_TRACE__BEACON_KIT_DATA:-berachain-bepolia-reth-archive-trace_beacon-kit}:/root/.beacond/data
- .jwtsecret:/jwtsecret:ro - .jwtsecret:/jwtsecret:ro
- berachain-bepolia-reth-archive-trace_config:/root/.beacond/config - berachain-bepolia-reth-archive-trace_config:/root/.beacond/config
logging: *logging-defaults logging: *logging-defaults

View File

@@ -148,6 +148,7 @@ services:
networks: networks:
- chains - chains
volumes: volumes:
- ${BERACHAIN_BEPOLIA_RETH_PRUNED_TRACE__BEACON_KIT_DATA:-berachain-bepolia-reth-pruned-trace_beacon-kit}:/root/.beacond/data
- .jwtsecret:/jwtsecret:ro - .jwtsecret:/jwtsecret:ro
- berachain-bepolia-reth-pruned-trace_config:/root/.beacond/config - berachain-bepolia-reth-pruned-trace_config:/root/.beacond/config
logging: *logging-defaults logging: *logging-defaults

View File

@@ -145,6 +145,7 @@ services:
networks: networks:
- chains - chains
volumes: volumes:
- ${BERACHAIN_MAINNET_RETH_ARCHIVE_TRACE__BEACON_KIT_DATA:-berachain-mainnet-reth-archive-trace_beacon-kit}:/root/.beacond/data
- .jwtsecret:/jwtsecret:ro - .jwtsecret:/jwtsecret:ro
- berachain-mainnet-reth-archive-trace_config:/root/.beacond/config - berachain-mainnet-reth-archive-trace_config:/root/.beacond/config
logging: *logging-defaults logging: *logging-defaults

View File

@@ -146,6 +146,7 @@ services:
networks: networks:
- chains - chains
volumes: volumes:
- ${BERACHAIN_MAINNET_RETH_PRUNED_TRACE__BEACON_KIT_DATA:-berachain-mainnet-reth-pruned-trace_beacon-kit}:/root/.beacond/data
- .jwtsecret:/jwtsecret:ro - .jwtsecret:/jwtsecret:ro
- berachain-mainnet-reth-pruned-trace_config:/root/.beacond/config - berachain-mainnet-reth-pruned-trace_config:/root/.beacond/config
logging: *logging-defaults logging: *logging-defaults

View File

@@ -139,6 +139,7 @@ services:
networks: networks:
- chains - chains
volumes: volumes:
- ${ETHEREUM_MAINNET_RETH_ARCHIVE_TRACE__LIGHTHOUSE_PRUNED_BLOBS_DATA:-ethereum-mainnet-reth-archive-trace_lighthouse-pruned-blobs}:/data
- .jwtsecret:/jwtsecret:ro - .jwtsecret:/jwtsecret:ro
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
- /etc/timezone:/etc/timezone:ro - /etc/timezone:/etc/timezone:ro