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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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