This commit is contained in:
Para Dox
2025-04-13 18:02:12 +07:00
parent dff30fed8b
commit 23499ad176
8 changed files with 8 additions and 8 deletions

View File

@@ -35,7 +35,7 @@ services:
- --cache=${FANTOM_MAINNET_OPERA_ARCHIVE_TRACE_CACHE_MB:-16000}
- --datadir=/datadir
- --db.migration.mode=reformat
- --db.preset pbl-1
- --db.preset=pbl-1
- --http
- --http.addr=0.0.0.0
- --http.api=admin,debug,web3,eth,dag,txpool,personal,abft,net,trace,ftm,sfc

View File

@@ -35,7 +35,7 @@ services:
- --cache=${FANTOM_MAINNET_OPERA_ARCHIVE_CACHE_MB:-16000}
- --datadir=/datadir
- --db.migration.mode=reformat
- --db.preset pbl-1
- --db.preset=pbl-1
- --http
- --http.addr=0.0.0.0
- --http.api=admin,debug,web3,eth,dag,txpool,personal,abft,net,trace,ftm,sfc

View File

@@ -35,7 +35,7 @@ services:
- --cache=${FANTOM_MAINNET_OPERA_PRUNED_TRACE_CACHE_MB:-16000}
- --datadir=/datadir
- --db.migration.mode=reformat
- --db.preset pbl-1
- --db.preset=pbl-1
- --http
- --http.addr=0.0.0.0
- --http.api=admin,debug,web3,eth,dag,txpool,personal,abft,net,trace,ftm,sfc

View File

@@ -35,7 +35,7 @@ services:
- --cache=${FANTOM_MAINNET_OPERA_PRUNED_CACHE_MB:-16000}
- --datadir=/datadir
- --db.migration.mode=reformat
- --db.preset pbl-1
- --db.preset=pbl-1
- --http
- --http.addr=0.0.0.0
- --http.api=admin,debug,web3,eth,dag,txpool,personal,abft,net,trace,ftm,sfc

View File

@@ -35,7 +35,7 @@ services:
- --cache=${FANTOM_TESTNET_OPERA_ARCHIVE_TRACE_CACHE_MB:-16000}
- --datadir=/datadir
- --db.migration.mode=reformat
- --db.preset pbl-1
- --db.preset=pbl-1
- --http
- --http.addr=0.0.0.0
- --http.api=admin,debug,web3,eth,dag,txpool,personal,abft,net,trace,ftm,sfc

View File

@@ -35,7 +35,7 @@ services:
- --cache=${FANTOM_TESTNET_OPERA_ARCHIVE_CACHE_MB:-16000}
- --datadir=/datadir
- --db.migration.mode=reformat
- --db.preset pbl-1
- --db.preset=pbl-1
- --http
- --http.addr=0.0.0.0
- --http.api=admin,debug,web3,eth,dag,txpool,personal,abft,net,trace,ftm,sfc

View File

@@ -35,7 +35,7 @@ services:
- --cache=${FANTOM_TESTNET_OPERA_PRUNED_TRACE_CACHE_MB:-16000}
- --datadir=/datadir
- --db.migration.mode=reformat
- --db.preset pbl-1
- --db.preset=pbl-1
- --http
- --http.addr=0.0.0.0
- --http.api=admin,debug,web3,eth,dag,txpool,personal,abft,net,trace,ftm,sfc

View File

@@ -35,7 +35,7 @@ services:
- --cache=${FANTOM_TESTNET_OPERA_PRUNED_CACHE_MB:-16000}
- --datadir=/datadir
- --db.migration.mode=reformat
- --db.preset pbl-1
- --db.preset=pbl-1
- --http
- --http.addr=0.0.0.0
- --http.api=admin,debug,web3,eth,dag,txpool,personal,abft,net,trace,ftm,sfc