update
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
version: "3.1"
|
||||
|
||||
services:
|
||||
metis-archive-dtl:
|
||||
image: metisdao/dtl:v0.1.2
|
||||
image: metisdao/dtl:v0.1.3
|
||||
restart: unless-stopped
|
||||
stop_grace_period: 30s
|
||||
environment:
|
||||
@@ -10,7 +8,7 @@ services:
|
||||
DATA_TRANSPORT_LAYER__L1_RPC_ENDPOINT: "${METIS_L1_RPC:-https://eth.llamarpc.com}"
|
||||
DATA_TRANSPORT_LAYER__L2_RPC_ENDPOINT: "https://andromeda.metis.io"
|
||||
DATA_TRANSPORT_LAYER__SYNC_FROM_L1: true
|
||||
DATA_TRANSPORT_LAYER__SYNC_FROM_L2: true
|
||||
DATA_TRANSPORT_LAYER__SYNC_FROM_L2: false
|
||||
DATA_TRANSPORT_LAYER__L2_CHAIN_ID: 1088
|
||||
DATA_TRANSPORT_LAYER__DB_PATH: "/data/db"
|
||||
DATA_TRANSPORT_LAYER__SERVER_PORT: 7878
|
||||
@@ -34,7 +32,7 @@ services:
|
||||
DATA_TRANSPORT_LAYER__BATCH_INBOX_START_INDEX: 42647
|
||||
DATA_TRANSPORT_LAYER__BATCH_INBOX_L1_HEIGHT: 19438451
|
||||
DATA_TRANSPORT_LAYER__SYNC_L1_BATCH: false
|
||||
NODE_OPTIONS: "--max-old-space-size=4096"
|
||||
NODE_OPTIONS: "--max-old-space-size=16384"
|
||||
expose:
|
||||
- 7878
|
||||
volumes:
|
||||
@@ -48,7 +46,7 @@ services:
|
||||
- chains
|
||||
|
||||
metis-archive:
|
||||
image: metisdao/l2geth:v0.3.3
|
||||
image: metisdao/l2geth:v0.3.5
|
||||
#entrypoint: ["sh", "/scripts/geth.sh"]
|
||||
restart: unless-stopped
|
||||
stop_grace_period: 2m
|
||||
|
||||
Reference in New Issue
Block a user