make fix permanent

This commit is contained in:
Sebastian
2023-09-02 13:29:57 +02:00
parent 45c64dcabf
commit 8bf0200220
2 changed files with 6 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ services:
fantom-archive: fantom-archive:
build: build:
args: args:
VERSION: release/txtracing/1.1.2-rc.5 VERSION: release/txtracing/1.1.2-rc.6
context: ./fantom context: ./fantom
dockerfile: Dockerfile dockerfile: Dockerfile
environment: environment:

View File

@@ -19,6 +19,9 @@ then
wget --quiet https://download.fantom.network/mainnet-5577-full-mpt.g wget --quiet https://download.fantom.network/mainnet-5577-full-mpt.g
fi fi
# uncomment the next line and do docker-compose build in case you have to try to fix the db after unclean shutdown etc.
# opera --db.preset pbl-1 --datadir=$FANTOM_HOME db heal --experimental
opera \ opera \
--genesis=$FANTOM_HOME/mainnet-5577-full-mpt.g \ --genesis=$FANTOM_HOME/mainnet-5577-full-mpt.g \
--port=5050 \ --port=5050 \
@@ -26,13 +29,13 @@ opera \
--datadir=$FANTOM_HOME \ --datadir=$FANTOM_HOME \
--http \ --http \
--http.addr=0.0.0.0 \ --http.addr=0.0.0.0 \
--http.port=18545 \ --http.port=18544 \
--http.api=ftm,eth,debug,admin,web3,personal,net,txpool,sfc,trace \ --http.api=ftm,eth,debug,admin,web3,personal,net,txpool,sfc,trace \
--http.corsdomain="*" \ --http.corsdomain="*" \
--http.vhosts="*" \ --http.vhosts="*" \
--ws \ --ws \
--ws.addr=0.0.0.0 \ --ws.addr=0.0.0.0 \
--ws.port=18545 \ --ws.port=18544 \
--ws.api=ftm,eth,debug,admin,web3,personal,net,txpool,sfc \ --ws.api=ftm,eth,debug,admin,web3,personal,net,txpool,sfc \
--ws.origins="*" \ --ws.origins="*" \
--nousb \ --nousb \