donno
This commit is contained in:
@@ -86,27 +86,27 @@ Copy paste the following content to the file and save it by closing it with crtl
|
|||||||
- "traefik.http.routers.arbitrum.tls.certresolver=myresolver"
|
- "traefik.http.routers.arbitrum.tls.certresolver=myresolver"
|
||||||
- "traefik.http.routers.arbitrum.rule=Host(`$DOMAIN`) && PathPrefix(`/arbitrum-archive`)"
|
- "traefik.http.routers.arbitrum.rule=Host(`$DOMAIN`) && PathPrefix(`/arbitrum-archive`)"
|
||||||
- "traefik.http.routers.arbitrum.middlewares=arbitrum-stripprefix, ipwhitelist"
|
- "traefik.http.routers.arbitrum.middlewares=arbitrum-stripprefix, ipwhitelist"
|
||||||
arbitrum-classic:
|
arbitrum-classic:
|
||||||
image: 'offchainlabs/arb-node:v1.4.5-e97c1a4'
|
image: 'offchainlabs/arb-node:v1.4.5-e97c1a4'
|
||||||
restart: always
|
restart: always
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
user: root
|
user: root
|
||||||
volumes:
|
volumes:
|
||||||
- 'arbitrum-classic:/home/user/.arbitrum/mainnet'
|
- 'arbitrum-classic:/root/.arbitrum/mainnet'
|
||||||
expose:
|
expose:
|
||||||
- 8547
|
- 8547
|
||||||
- 8548
|
- 8548
|
||||||
command:
|
command:
|
||||||
- --l1.url=${ARBITRUM_L1_URL}
|
- --l1.url=${ARBITRUM_L1_URL}
|
||||||
- --l2.disable-upstream
|
- --l2.disable-upstream
|
||||||
- --node.chain-id=42161
|
- --node.chain-id=42161
|
||||||
- --node.rpc.tracing.enable
|
- --node.rpc.tracing.enable
|
||||||
- --node.rpc.tracing.namespace=trace
|
- --node.rpc.tracing.namespace=trace
|
||||||
- --core.checkpoint-pruning-mode=off
|
- --core.checkpoint-pruning-mode=off
|
||||||
- --node.cache.allow-slow-lookup
|
- --node.cache.allow-slow-lookup
|
||||||
- --core.checkpoint-gas-frequency=156250000
|
- --core.checkpoint-gas-frequency=156250000
|
||||||
- --node.rpc.addr=0.0.0.0
|
- --node.rpc.addr=0.0.0.0
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
arbitrum-nitro:
|
arbitrum-nitro:
|
||||||
|
|||||||
Reference in New Issue
Block a user