From 9e07c51727704f7698cb4c5fb141675b75ab2cda Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Wed, 13 Mar 2024 10:37:54 +0100 Subject: [PATCH] update arbitrum --- arbitrum-fullnode.yml | 1 + arbitrum-nova-fullnode.yml | 1 + reth-mainnet.yml | 10 ++++++++++ 3 files changed, 12 insertions(+) diff --git a/arbitrum-fullnode.yml b/arbitrum-fullnode.yml index af993c52..82fe8fb4 100644 --- a/arbitrum-fullnode.yml +++ b/arbitrum-fullnode.yml @@ -16,6 +16,7 @@ services: - --persistent.chain=/arbitrum-node/data/ - --persistent.global-config=/arbitrum-node/ - --parent-chain.connection.url=${ARBITRUM_L1_URL} + - --parent-chain.blob-client.beacon-url=${ARBITRUM_L1_BEACON_URL} - --chain.id=42161 - --http.api=net,web3,eth,debug - --http.corsdomain=* diff --git a/arbitrum-nova-fullnode.yml b/arbitrum-nova-fullnode.yml index ccc8d5ff..04a29380 100644 --- a/arbitrum-nova-fullnode.yml +++ b/arbitrum-nova-fullnode.yml @@ -17,6 +17,7 @@ services: - --persistent.chain=/arbitrum-node/data/ - --persistent.global-config=/arbitrum-node/ - --parent-chain.connection.url=${ARBITRUM_L1_URL} + - --parent-chain.blob-client.beacon-url=${ARBITRUM_L1_BEACON_URL} - --chain.id=42170 - --http.api=net,web3,eth,debug - --http.corsdomain=* diff --git a/reth-mainnet.yml b/reth-mainnet.yml index 65d1849e..cd122e2b 100644 --- a/reth-mainnet.yml +++ b/reth-mainnet.yml @@ -34,6 +34,8 @@ services: mainnet-prysm-reth: image: prysmaticlabs/prysm-beacon-chain:stable + expose: + - 3500 ports: #- "127.0.0.1:3500:3500" - "36997:36997" @@ -59,6 +61,14 @@ services: - ".jwtsecret:/jwtsecret" restart: unless-stopped stop_grace_period: 1m + labels: + - "traefik.enable=true" + - "traefik.http.middlewares.mainnet-reth-prysm-stripprefix.stripprefix.prefixes=/mainnet-reth-prysm" + - "traefik.http.services.mainnet-reth-prysm.loadbalancer.server.port=3500" + - "traefik.http.routers.mainnet-reth-prysm.entrypoints=websecure" + - "traefik.http.routers.mainnet-reth-prysm.tls.certresolver=myresolver" + - "traefik.http.routers.mainnet-reth-prysm.rule=Host(`$DOMAIN`) && PathPrefix(`/mainnet-reth-prysm`)" + - "traefik.http.routers.mainnet-reth-prysm.middlewares=mainnet-reth-prysm-stripprefix, ipwhitelist" volumes: reth-mainnet: