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