This commit is contained in:
Para Dox
2025-04-21 10:50:45 +07:00
parent 0dd9af2905
commit 056e59248d
7 changed files with 10 additions and 8 deletions

View File

@@ -96,7 +96,7 @@ services:
volumes:
- ${BERACHAIN_BARTIO_RETH_ARCHIVE_TRACE__NODE_DATA:-berachain-bartio-reth-archive-trace_node}:/root/.beacond/data
- ./berachain/scripts/init.sh:/init.sh
- .jwtsecret:/root/.beacond/config/jwt.hex:ro
- .jwtsecret:/jwtsecret:ro
- berachain-bartio-reth-archive-trace_config:/root/.beacond/config
volumes:

View File

@@ -97,7 +97,7 @@ services:
volumes:
- ${BERACHAIN_BARTIO_RETH_PRUNED_TRACE__NODE_DATA:-berachain-bartio-reth-pruned-trace_node}:/root/.beacond/data
- ./berachain/scripts/init.sh:/init.sh
- .jwtsecret:/root/.beacond/config/jwt.hex:ro
- .jwtsecret:/jwtsecret:ro
- berachain-bartio-reth-pruned-trace_config:/root/.beacond/config
volumes:

View File

@@ -97,7 +97,7 @@ services:
volumes:
- ${BERACHAIN_BEPOLIA_RETH_ARCHIVE_TRACE__NODE_DATA:-berachain-bepolia-reth-archive-trace_node}:/root/.beacond/data
- ./berachain/scripts/init.sh:/init.sh
- .jwtsecret:/root/.beacond/config/jwt.hex:ro
- .jwtsecret:/jwtsecret:ro
- berachain-bepolia-reth-archive-trace_config:/root/.beacond/config
volumes:

View File

@@ -98,7 +98,7 @@ services:
volumes:
- ${BERACHAIN_BEPOLIA_RETH_PRUNED_TRACE__NODE_DATA:-berachain-bepolia-reth-pruned-trace_node}:/root/.beacond/data
- ./berachain/scripts/init.sh:/init.sh
- .jwtsecret:/root/.beacond/config/jwt.hex:ro
- .jwtsecret:/jwtsecret:ro
- berachain-bepolia-reth-pruned-trace_config:/root/.beacond/config
volumes:

View File

@@ -97,7 +97,7 @@ services:
volumes:
- ${BERACHAIN_MAINNET_RETH_ARCHIVE_TRACE__NODE_DATA:-berachain-mainnet-reth-archive-trace_node}:/root/.beacond/data
- ./berachain/scripts/init.sh:/init.sh
- .jwtsecret:/root/.beacond/config/jwt.hex:ro
- .jwtsecret:/jwtsecret:ro
- berachain-mainnet-reth-archive-trace_config:/root/.beacond/config
volumes:

View File

@@ -98,7 +98,7 @@ services:
volumes:
- ${BERACHAIN_MAINNET_RETH_PRUNED_TRACE__NODE_DATA:-berachain-mainnet-reth-pruned-trace_node}:/root/.beacond/data
- ./berachain/scripts/init.sh:/init.sh
- .jwtsecret:/root/.beacond/config/jwt.hex:ro
- .jwtsecret:/jwtsecret:ro
- berachain-mainnet-reth-pruned-trace_config:/root/.beacond/config
volumes: