fix
This commit is contained in:
@@ -5,7 +5,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- "berachain-bepolia-reth-archive-trace:/root/.local/share/reth"
|
- "berachain-bepolia-reth-archive-trace:/root/.local/share/reth"
|
||||||
- "/slowdisk:/slowdisk"
|
- "/slowdisk:/slowdisk"
|
||||||
- ".jwtsecret:/jwtsecret"
|
- ".jwtsecret:/jwtsecret:ro"
|
||||||
- "./berachain/bepolia/config:/config"
|
- "./berachain/bepolia/config:/config"
|
||||||
expose:
|
expose:
|
||||||
- 8545
|
- 8545
|
||||||
@@ -48,7 +48,7 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
|
|
||||||
berachain-bepolia-node:
|
berachain-bepolia-archive-node:
|
||||||
image: ghcr.io/berachain/beacon-kit:v1.1.3
|
image: ghcr.io/berachain/beacon-kit:v1.1.3
|
||||||
expose:
|
expose:
|
||||||
- 26657 #rpc
|
- 26657 #rpc
|
||||||
@@ -69,7 +69,7 @@ services:
|
|||||||
- "./berachain/scripts/init.sh:/init.sh"
|
- "./berachain/scripts/init.sh:/init.sh"
|
||||||
- "berachain-bepolia-reth-archive-trace_node:/root/.beacond/data"
|
- "berachain-bepolia-reth-archive-trace_node:/root/.beacond/data"
|
||||||
- "./berachain/bepolia/config:/root/.beacond/config"
|
- "./berachain/bepolia/config:/root/.beacond/config"
|
||||||
- ".jwtsecret:/root/.beacond/config/jwt.hex"
|
- ".jwtsecret:/root/.beacond/config/jwt.hex:ro"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
stop_grace_period: 1m
|
stop_grace_period: 1m
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- "berachain-bepolia-reth-pruned-trace:/root/.local/share/reth"
|
- "berachain-bepolia-reth-pruned-trace:/root/.local/share/reth"
|
||||||
- "/slowdisk:/slowdisk"
|
- "/slowdisk:/slowdisk"
|
||||||
- ".jwtsecret:/jwtsecret"
|
- ".jwtsecret:/jwtsecret:ro"
|
||||||
- "./berachain/bepolia/config:/config"
|
- "./berachain/bepolia/config:/config"
|
||||||
expose:
|
expose:
|
||||||
- 8545
|
- 8545
|
||||||
@@ -69,7 +69,7 @@ services:
|
|||||||
- "./berachain/scripts/init.sh:/init.sh"
|
- "./berachain/scripts/init.sh:/init.sh"
|
||||||
- "berachain-bepolia-reth-pruned-trace_node:/root/.beacond/data"
|
- "berachain-bepolia-reth-pruned-trace_node:/root/.beacond/data"
|
||||||
- "./berachain/bepolia/config:/root/.beacond/config"
|
- "./berachain/bepolia/config:/root/.beacond/config"
|
||||||
- ".jwtsecret:/root/.beacond/config/jwt.hex"
|
- ".jwtsecret:/root/.beacond/config/jwt.hex:ro"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
stop_grace_period: 1m
|
stop_grace_period: 1m
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- "berachain-mainnet-reth-archive-trace:/root/.local/share/reth"
|
- "berachain-mainnet-reth-archive-trace:/root/.local/share/reth"
|
||||||
- "/slowdisk:/slowdisk"
|
- "/slowdisk:/slowdisk"
|
||||||
- ".jwtsecret:/jwtsecret"
|
- ".jwtsecret:/jwtsecret:ro"
|
||||||
- "./berachain/mainnet/config:/config"
|
- "./berachain/mainnet/config:/config"
|
||||||
expose:
|
expose:
|
||||||
- 8545
|
- 8545
|
||||||
@@ -48,7 +48,7 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
|
|
||||||
berachain-bepolia-node:
|
berachain-mainnet-archive-node:
|
||||||
image: ghcr.io/berachain/beacon-kit:v1.1.3
|
image: ghcr.io/berachain/beacon-kit:v1.1.3
|
||||||
expose:
|
expose:
|
||||||
- 26657 #rpc
|
- 26657 #rpc
|
||||||
@@ -69,7 +69,7 @@ services:
|
|||||||
- "./berachain/scripts/init.sh:/init.sh"
|
- "./berachain/scripts/init.sh:/init.sh"
|
||||||
- "berachain-mainnet-reth-archive-trace_node:/root/.beacond/data"
|
- "berachain-mainnet-reth-archive-trace_node:/root/.beacond/data"
|
||||||
- "./berachain/mainnet/config:/root/.beacond/config"
|
- "./berachain/mainnet/config:/root/.beacond/config"
|
||||||
- ".jwtsecret:/root/.beacond/config/jwt.hex"
|
- ".jwtsecret:/root/.beacond/config/jwt.hex:ro"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
stop_grace_period: 1m
|
stop_grace_period: 1m
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- "berachain-mainnet-reth-pruned-trace:/root/.local/share/reth"
|
- "berachain-mainnet-reth-pruned-trace:/root/.local/share/reth"
|
||||||
- "/slowdisk:/slowdisk"
|
- "/slowdisk:/slowdisk"
|
||||||
- ".jwtsecret:/jwtsecret"
|
- ".jwtsecret:/jwtsecret:ro"
|
||||||
- "./berachain/mainnet/config:/config"
|
- "./berachain/mainnet/config:/config"
|
||||||
expose:
|
expose:
|
||||||
- 8545
|
- 8545
|
||||||
@@ -48,7 +48,7 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
|
|
||||||
berachain-bepolia-node:
|
berachain-mainnet-node:
|
||||||
image: ghcr.io/berachain/beacon-kit:v1.1.3
|
image: ghcr.io/berachain/beacon-kit:v1.1.3
|
||||||
expose:
|
expose:
|
||||||
- 26657 #rpc
|
- 26657 #rpc
|
||||||
@@ -69,7 +69,7 @@ services:
|
|||||||
- "./berachain/scripts/init.sh:/init.sh"
|
- "./berachain/scripts/init.sh:/init.sh"
|
||||||
- "berachain-mainnet-reth-pruned-trace_node:/root/.beacond/data"
|
- "berachain-mainnet-reth-pruned-trace_node:/root/.beacond/data"
|
||||||
- "./berachain/mainnet/config:/root/.beacond/config"
|
- "./berachain/mainnet/config:/root/.beacond/config"
|
||||||
- ".jwtsecret:/root/.beacond/config/jwt.hex"
|
- ".jwtsecret:/root/.beacond/config/jwt.hex:ro"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
stop_grace_period: 1m
|
stop_grace_period: 1m
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user