update arbitrum

This commit is contained in:
Sebastian
2024-03-13 10:37:54 +01:00
parent ac21386665
commit 9e07c51727
3 changed files with 12 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ services:
- --persistent.chain=/arbitrum-node/data/ - --persistent.chain=/arbitrum-node/data/
- --persistent.global-config=/arbitrum-node/ - --persistent.global-config=/arbitrum-node/
- --parent-chain.connection.url=${ARBITRUM_L1_URL} - --parent-chain.connection.url=${ARBITRUM_L1_URL}
- --parent-chain.blob-client.beacon-url=${ARBITRUM_L1_BEACON_URL}
- --chain.id=42161 - --chain.id=42161
- --http.api=net,web3,eth,debug - --http.api=net,web3,eth,debug
- --http.corsdomain=* - --http.corsdomain=*

View File

@@ -17,6 +17,7 @@ services:
- --persistent.chain=/arbitrum-node/data/ - --persistent.chain=/arbitrum-node/data/
- --persistent.global-config=/arbitrum-node/ - --persistent.global-config=/arbitrum-node/
- --parent-chain.connection.url=${ARBITRUM_L1_URL} - --parent-chain.connection.url=${ARBITRUM_L1_URL}
- --parent-chain.blob-client.beacon-url=${ARBITRUM_L1_BEACON_URL}
- --chain.id=42170 - --chain.id=42170
- --http.api=net,web3,eth,debug - --http.api=net,web3,eth,debug
- --http.corsdomain=* - --http.corsdomain=*

View File

@@ -34,6 +34,8 @@ services:
mainnet-prysm-reth: mainnet-prysm-reth:
image: prysmaticlabs/prysm-beacon-chain:stable image: prysmaticlabs/prysm-beacon-chain:stable
expose:
- 3500
ports: ports:
#- "127.0.0.1:3500:3500" #- "127.0.0.1:3500:3500"
- "36997:36997" - "36997:36997"
@@ -59,6 +61,14 @@ services:
- ".jwtsecret:/jwtsecret" - ".jwtsecret:/jwtsecret"
restart: unless-stopped restart: unless-stopped
stop_grace_period: 1m 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: volumes:
reth-mainnet: reth-mainnet: