fix
This commit is contained in:
@@ -17,7 +17,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- blast-mainnet-op-geth-archive-leveldb-hash:/data
|
- blast-mainnet-op-geth-archive-leveldb-hash:/data
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
- ./blast-io/mainnet:/config
|
- ./blast/mainnet:/config
|
||||||
env_file:
|
env_file:
|
||||||
- ./blast/mainnet.env
|
- ./blast/mainnet.env
|
||||||
environment:
|
environment:
|
||||||
@@ -71,10 +71,10 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
- ./blast-io/mainnet:/config
|
- ./blast/mainnet:/config
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
env_file:
|
env_file:
|
||||||
- ./blast-io/mainnet/.env
|
- ./blast/mainnet/.env
|
||||||
environment:
|
environment:
|
||||||
- OP_NODE_ROLLUP_CONFIG=/config/rollup.json
|
- OP_NODE_ROLLUP_CONFIG=/config/rollup.json
|
||||||
- "OP_NODE_SYNCMODE=execution-layer"
|
- "OP_NODE_SYNCMODE=execution-layer"
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- blast-mainnet-op-geth-pruned-pebble-path:/data
|
- blast-mainnet-op-geth-pruned-pebble-path:/data
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
- ./blast-io/mainnet:/config
|
- ./blast/mainnet:/config
|
||||||
env_file:
|
env_file:
|
||||||
- ./blast/mainnet.env
|
- ./blast/mainnet.env
|
||||||
environment:
|
environment:
|
||||||
@@ -71,10 +71,10 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
- ./blast-io/mainnet:/config
|
- ./blast/mainnet:/config
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
env_file:
|
env_file:
|
||||||
- ./blast-io/mainnet/.env
|
- ./blast/mainnet/.env
|
||||||
environment:
|
environment:
|
||||||
- OP_NODE_ROLLUP_CONFIG=/config/rollup.json
|
- OP_NODE_ROLLUP_CONFIG=/config/rollup.json
|
||||||
- "OP_NODE_SYNCMODE=execution-layer"
|
- "OP_NODE_SYNCMODE=execution-layer"
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- blast-sepolia-op-geth-archive-leveldb-hash:/data
|
- blast-sepolia-op-geth-archive-leveldb-hash:/data
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
- ./blast-io/sepolia:/config
|
- ./blast/sepolia:/config
|
||||||
env_file:
|
env_file:
|
||||||
- ./blast/sepolia.env
|
- ./blast/sepolia.env
|
||||||
environment:
|
environment:
|
||||||
@@ -71,10 +71,10 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
- ./blast-io/sepolia:/config
|
- ./blast/sepolia:/config
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
env_file:
|
env_file:
|
||||||
- ./blast-io/sepolia/.env
|
- ./blast/sepolia/.env
|
||||||
environment:
|
environment:
|
||||||
- OP_NODE_ROLLUP_CONFIG=/config/rollup.json
|
- OP_NODE_ROLLUP_CONFIG=/config/rollup.json
|
||||||
- "OP_NODE_SYNCMODE=execution-layer"
|
- "OP_NODE_SYNCMODE=execution-layer"
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- blast-sepolia-op-geth-pruned-pebble-path:/data
|
- blast-sepolia-op-geth-pruned-pebble-path:/data
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
- ./blast-io/sepolia:/config
|
- ./blast/sepolia:/config
|
||||||
env_file:
|
env_file:
|
||||||
- ./blast/sepolia.env
|
- ./blast/sepolia.env
|
||||||
environment:
|
environment:
|
||||||
@@ -71,10 +71,10 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
- ./blast-io/sepolia:/config
|
- ./blast/sepolia:/config
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
env_file:
|
env_file:
|
||||||
- ./blast-io/sepolia/.env
|
- ./blast/sepolia/.env
|
||||||
environment:
|
environment:
|
||||||
- OP_NODE_ROLLUP_CONFIG=/config/rollup.json
|
- OP_NODE_ROLLUP_CONFIG=/config/rollup.json
|
||||||
- "OP_NODE_SYNCMODE=execution-layer"
|
- "OP_NODE_SYNCMODE=execution-layer"
|
||||||
|
|||||||
Reference in New Issue
Block a user