make the fullnode a archive node bc why not

This commit is contained in:
Sebastian
2023-09-02 13:26:46 +02:00
parent d00c7a5d65
commit 45c64dcabf

View File

@@ -9,16 +9,16 @@ services:
volumes: volumes:
- 'arbitrum-nova-fullnode_data:/arbitrum-node' - 'arbitrum-nova-fullnode_data:/arbitrum-node'
expose: expose:
- 8547 - 8547 # http + ws
- 8548
command: command:
- --init.url=https://snapshot.arbitrum.foundation/nova/nitro-pruned.tar - --init.url=https://snapshot.arbitrum.foundation/nova/nitro-archive.tar
- --init.prune=full - --node.caching.archive
- --node.data-availability.enable
- --node.staker.enable=false - --node.staker.enable=false
- --persistent.chain=/arbitrum-node/data/ - --persistent.chain=/arbitrum-node/data/
- --persistent.global-config=/arbitrum-node/ - --persistent.global-config=/arbitrum-node/
- --l1.url=${ARBITRUM_L1_URL} - --l1.url=${ARBITRUM_L1_URL}
- --l2.chain-id=42161 - --l2.chain-id=42170
- --http.api=net,web3,eth,debug - --http.api=net,web3,eth,debug
- --http.corsdomain=* - --http.corsdomain=*
- --http.addr=0.0.0.0 - --http.addr=0.0.0.0