fix
This commit is contained in:
@@ -146,7 +146,7 @@ services:
|
||||
volumes:
|
||||
- ${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
|
||||
- berachain-bartio-reth-archive-trace_config:/root/.beacond/data
|
||||
logging: *logging-defaults
|
||||
labels:
|
||||
- prometheus-scrape.enabled=false
|
||||
|
||||
@@ -147,7 +147,7 @@ services:
|
||||
volumes:
|
||||
- ${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
|
||||
- berachain-bartio-reth-pruned-trace_config:/root/.beacond/data
|
||||
logging: *logging-defaults
|
||||
labels:
|
||||
- prometheus-scrape.enabled=false
|
||||
|
||||
@@ -149,7 +149,7 @@ services:
|
||||
volumes:
|
||||
- ${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
|
||||
- berachain-bepolia-reth-archive-trace_config:/root/.beacond/data
|
||||
logging: *logging-defaults
|
||||
labels:
|
||||
- prometheus-scrape.enabled=false
|
||||
|
||||
@@ -150,7 +150,7 @@ services:
|
||||
volumes:
|
||||
- ${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
|
||||
- berachain-bepolia-reth-pruned-trace_config:/root/.beacond/data
|
||||
logging: *logging-defaults
|
||||
labels:
|
||||
- prometheus-scrape.enabled=false
|
||||
|
||||
@@ -147,7 +147,7 @@ services:
|
||||
volumes:
|
||||
- ${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
|
||||
- berachain-mainnet-reth-archive-trace_config:/root/.beacond/data
|
||||
logging: *logging-defaults
|
||||
labels:
|
||||
- prometheus-scrape.enabled=false
|
||||
|
||||
@@ -148,7 +148,7 @@ services:
|
||||
volumes:
|
||||
- ${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
|
||||
- berachain-mainnet-reth-pruned-trace_config:/root/.beacond/data
|
||||
logging: *logging-defaults
|
||||
labels:
|
||||
- prometheus-scrape.enabled=false
|
||||
|
||||
@@ -15,7 +15,7 @@ AUTH_RPC=${AUTH_RPC:-http://berachain-bepolia:8551} # just as example
|
||||
#fi
|
||||
|
||||
BEACOND=${BEACOND_PATH:-beacond}
|
||||
CONFIG_DIR="/root/.beacond/config"
|
||||
CONFIG_DIR="/root/.beacond/data"
|
||||
|
||||
# Create config directory
|
||||
mkdir -p "$CONFIG_DIR"
|
||||
|
||||
Reference in New Issue
Block a user