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

View File

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"