This commit is contained in:
squidbear
2025-03-27 08:49:38 +01:00
parent 67e12023a0
commit 5af4c7c904

View File

@@ -1,58 +0,0 @@
services:
arbitrum-one:
image: 'offchainlabs/nitro-node:${NITRO_VERSION:-v3.5.3-0a9c975}'
stop_grace_period: 3m
user: root
volumes:
- 'arbitrum-one-nitro-pruned-pebble-path:/persistent'
- './tmp/arbitrum-one:/tmp'
expose:
- 8545
command:
- --chain.id=42161
- --persistent.ancient=/persistent/ancient
- --persistent.chain=/persistent/chain
- --persistent.global-config=/persistent/global-config
- --execution.caching.state-scheme=path
- --persistent.db-engine=pebble
- --execution.forwarding-target=None
- --node.feed.input.url=None
- --parent-chain.connection.url=${ETHEREUM_MAINNET_EXECUTION_RPC}
- --parent-chain.blob-client.beacon-url=${ETHEREUM_MAINNET_BEACON_REST}
- --http.addr=0.0.0.0
- --http.port=8545
- --http.vhosts=*
- --http.corsdomain=*
- --http.api=eth,net,web3,arb,txpool,debug
- --ws.port=8545
- --ws.addr=0.0.0.0
- --ws.origins=*
- --ws.api=eth,net,web3,arb,txpool,debug
- --execution.rpc.gas-cap=600000000
- --metrics
- --metrics-server.addr=0.0.0.0
- --metrics-server.port=6070
- --log-type=json
- --init.latest=genesis
restart: unless-stopped
labels:
- "traefik.enable=true"
- "traefik.http.middlewares.arbitrum-one-nitro-pruned-pebble-path-stripprefix.stripprefix.prefixes=/arbitrum-one"
- "traefik.http.services.arbitrum-one-nitro-pruned-pebble-path.loadbalancer.server.port=8545"
- "traefik.http.routers.arbitrum-one-nitro-pruned-pebble-path.entrypoints=websecure"
- "traefik.http.routers.arbitrum-one-nitro-pruned-pebble-path.tls.certresolver=myresolver"
- "traefik.http.routers.arbitrum-one-nitro-pruned-pebble-path.rule=Host(`$DOMAIN`) && PathPrefix(`/arbitrum-one`)"
- "traefik.http.routers.arbitrum-one-nitro-pruned-pebble-path.middlewares=arbitrum-one-nitro-pruned-pebble-path-stripprefix, ipwhitelist"
networks:
- chains
volumes:
arbitrum-one-nitro-pruned-pebble-path: