This commit is contained in:
Para Dox
2025-04-13 18:01:53 +07:00
parent 6df1ca59d5
commit dff30fed8b
8 changed files with 16 additions and 16 deletions

View File

@@ -34,7 +34,7 @@ services:
command:
- --cache=${FANTOM_MAINNET_OPERA_ARCHIVE_TRACE_CACHE_MB:-16000}
- --datadir=/datadir
- --db.migration.mode reformat
- --db.migration.mode=reformat
- --db.preset pbl-1
- --http
- --http.addr=0.0.0.0
@@ -44,7 +44,7 @@ services:
- --port=14897
- --rpc.gascap=600000000
- --rpc.txfeecap=0
- --syncmode full
- --syncmode=full
- --tracenode
- --ws
- --ws.port=8545

View File

@@ -34,7 +34,7 @@ services:
command:
- --cache=${FANTOM_MAINNET_OPERA_ARCHIVE_CACHE_MB:-16000}
- --datadir=/datadir
- --db.migration.mode reformat
- --db.migration.mode=reformat
- --db.preset pbl-1
- --http
- --http.addr=0.0.0.0
@@ -44,7 +44,7 @@ services:
- --port=14897
- --rpc.gascap=600000000
- --rpc.txfeecap=0
- --syncmode full
- --syncmode=full
- --ws
- --ws.port=8545
restart: unless-stopped

View File

@@ -34,7 +34,7 @@ services:
command:
- --cache=${FANTOM_MAINNET_OPERA_PRUNED_TRACE_CACHE_MB:-16000}
- --datadir=/datadir
- --db.migration.mode reformat
- --db.migration.mode=reformat
- --db.preset pbl-1
- --http
- --http.addr=0.0.0.0
@@ -44,7 +44,7 @@ services:
- --port=14897
- --rpc.gascap=600000000
- --rpc.txfeecap=0
- --syncmode snap
- --syncmode=snap
- --tracenode
- --ws
- --ws.port=8545

View File

@@ -34,7 +34,7 @@ services:
command:
- --cache=${FANTOM_MAINNET_OPERA_PRUNED_CACHE_MB:-16000}
- --datadir=/datadir
- --db.migration.mode reformat
- --db.migration.mode=reformat
- --db.preset pbl-1
- --http
- --http.addr=0.0.0.0
@@ -44,7 +44,7 @@ services:
- --port=14897
- --rpc.gascap=600000000
- --rpc.txfeecap=0
- --syncmode snap
- --syncmode=snap
- --ws
- --ws.port=8545
restart: unless-stopped

View File

@@ -34,7 +34,7 @@ services:
command:
- --cache=${FANTOM_TESTNET_OPERA_ARCHIVE_TRACE_CACHE_MB:-16000}
- --datadir=/datadir
- --db.migration.mode reformat
- --db.migration.mode=reformat
- --db.preset pbl-1
- --http
- --http.addr=0.0.0.0
@@ -44,7 +44,7 @@ services:
- --port=10196
- --rpc.gascap=600000000
- --rpc.txfeecap=0
- --syncmode full
- --syncmode=full
- --tracenode
- --ws
- --ws.port=8545

View File

@@ -34,7 +34,7 @@ services:
command:
- --cache=${FANTOM_TESTNET_OPERA_ARCHIVE_CACHE_MB:-16000}
- --datadir=/datadir
- --db.migration.mode reformat
- --db.migration.mode=reformat
- --db.preset pbl-1
- --http
- --http.addr=0.0.0.0
@@ -44,7 +44,7 @@ services:
- --port=10196
- --rpc.gascap=600000000
- --rpc.txfeecap=0
- --syncmode full
- --syncmode=full
- --ws
- --ws.port=8545
restart: unless-stopped

View File

@@ -34,7 +34,7 @@ services:
command:
- --cache=${FANTOM_TESTNET_OPERA_PRUNED_TRACE_CACHE_MB:-16000}
- --datadir=/datadir
- --db.migration.mode reformat
- --db.migration.mode=reformat
- --db.preset pbl-1
- --http
- --http.addr=0.0.0.0
@@ -44,7 +44,7 @@ services:
- --port=10196
- --rpc.gascap=600000000
- --rpc.txfeecap=0
- --syncmode snap
- --syncmode=snap
- --tracenode
- --ws
- --ws.port=8545

View File

@@ -34,7 +34,7 @@ services:
command:
- --cache=${FANTOM_TESTNET_OPERA_PRUNED_CACHE_MB:-16000}
- --datadir=/datadir
- --db.migration.mode reformat
- --db.migration.mode=reformat
- --db.preset pbl-1
- --http
- --http.addr=0.0.0.0
@@ -44,7 +44,7 @@ services:
- --port=10196
- --rpc.gascap=600000000
- --rpc.txfeecap=0
- --syncmode snap
- --syncmode=snap
- --ws
- --ws.port=8545
restart: unless-stopped