This commit is contained in:
squidbear
2025-03-29 11:12:11 +01:00
parent 20081d0d53
commit b95cd28983
6 changed files with 12 additions and 12 deletions

View File

@@ -17,7 +17,7 @@ services:
volumes:
- blast-mainnet-op-geth-archive-leveldb-hash:/data
- .jwtsecret:/jwtsecret:ro
- ./blast-io/mainnet:/config
- ./blast/mainnet:/config
env_file:
- ./blast/mainnet.env
environment:
@@ -71,10 +71,10 @@ services:
restart: unless-stopped
volumes:
- .jwtsecret:/jwtsecret:ro
- ./blast-io/mainnet:/config
- ./blast/mainnet:/config
stop_grace_period: 30s
env_file:
- ./blast-io/mainnet/.env
- ./blast/mainnet/.env
environment:
- OP_NODE_ROLLUP_CONFIG=/config/rollup.json
- "OP_NODE_SYNCMODE=execution-layer"

View File

@@ -17,7 +17,7 @@ services:
volumes:
- blast-mainnet-op-geth-pruned-pebble-path:/data
- .jwtsecret:/jwtsecret:ro
- ./blast-io/mainnet:/config
- ./blast/mainnet:/config
env_file:
- ./blast/mainnet.env
environment:
@@ -71,10 +71,10 @@ services:
restart: unless-stopped
volumes:
- .jwtsecret:/jwtsecret:ro
- ./blast-io/mainnet:/config
- ./blast/mainnet:/config
stop_grace_period: 30s
env_file:
- ./blast-io/mainnet/.env
- ./blast/mainnet/.env
environment:
- OP_NODE_ROLLUP_CONFIG=/config/rollup.json
- "OP_NODE_SYNCMODE=execution-layer"

View File

@@ -17,7 +17,7 @@ services:
volumes:
- blast-sepolia-op-geth-archive-leveldb-hash:/data
- .jwtsecret:/jwtsecret:ro
- ./blast-io/sepolia:/config
- ./blast/sepolia:/config
env_file:
- ./blast/sepolia.env
environment:
@@ -71,10 +71,10 @@ services:
restart: unless-stopped
volumes:
- .jwtsecret:/jwtsecret:ro
- ./blast-io/sepolia:/config
- ./blast/sepolia:/config
stop_grace_period: 30s
env_file:
- ./blast-io/sepolia/.env
- ./blast/sepolia/.env
environment:
- OP_NODE_ROLLUP_CONFIG=/config/rollup.json
- "OP_NODE_SYNCMODE=execution-layer"

View File

@@ -17,7 +17,7 @@ services:
volumes:
- blast-sepolia-op-geth-pruned-pebble-path:/data
- .jwtsecret:/jwtsecret:ro
- ./blast-io/sepolia:/config
- ./blast/sepolia:/config
env_file:
- ./blast/sepolia.env
environment:
@@ -71,10 +71,10 @@ services:
restart: unless-stopped
volumes:
- .jwtsecret:/jwtsecret:ro
- ./blast-io/sepolia:/config
- ./blast/sepolia:/config
stop_grace_period: 30s
env_file:
- ./blast-io/sepolia/.env
- ./blast/sepolia/.env
environment:
- OP_NODE_ROLLUP_CONFIG=/config/rollup.json
- "OP_NODE_SYNCMODE=execution-layer"