fix
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
---
|
||||
# use at your own risk
|
||||
|
||||
services:
|
||||
|
||||
berachain-bartio-archive:
|
||||
image: ${BERACHAIN_RETH_IMAGE:-ghcr.io/paradigmxyz/reth}:${BERACHAIN_BARTIO_RETH_VERSION:-v1.3.8}
|
||||
user: root
|
||||
@@ -22,7 +22,6 @@ services:
|
||||
expose:
|
||||
- 8545
|
||||
- 8551
|
||||
|
||||
ports:
|
||||
- 10527:10527
|
||||
- 10527:10527/udp
|
||||
@@ -67,7 +66,6 @@ services:
|
||||
- ${NO_SSL:-traefik.http.routers.berachain-bartio-reth-archive-trace.rule=Host(`$DOMAIN`) && PathPrefix(`/berachain-bartio-archive`)}
|
||||
- ${NO_SSL:+traefik.http.routers.berachain-bartio-reth-archive-trace.rule=PathPrefix(`/berachain-bartio-archive`)}
|
||||
- traefik.http.routers.berachain-bartio-reth-archive-trace.middlewares=berachain-bartio-reth-archive-trace-stripprefix, ipwhitelist
|
||||
|
||||
berachain-bartio-archive-node:
|
||||
image: ${BERACHAIN_BEACON_KIT_IMAGE:-ghcr.io/berachain/beacon-kit}:${BERACHAIN_BARTIO_BEACON_KIT_VERSION:-v1.1.3}
|
||||
ports:
|
||||
@@ -83,7 +81,6 @@ services:
|
||||
entrypoint: [sh, /init.sh]
|
||||
networks:
|
||||
- chains
|
||||
|
||||
volumes:
|
||||
- ${BERACHAIN_BARTIO_RETH_ARCHIVE_TRACE__NODE_DATA:-berachain-bartio-reth-archive-trace_node}:/root/.beacond/data
|
||||
- ./berachain/bartio:/root/.beacond/config
|
||||
@@ -91,10 +88,11 @@ services:
|
||||
- .jwtsecret:/root/.beacond/config/jwt.hex:ro
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
|
||||
berachain-bartio-reth-archive-trace:
|
||||
berachain-bartio-reth-archive-trace_node:
|
||||
|
||||
x-upstreams:
|
||||
|
||||
- id: $${ID}
|
||||
labels:
|
||||
provider: $${PROVIDER}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
# use at your own risk
|
||||
|
||||
services:
|
||||
|
||||
berachain-bepolia-archive:
|
||||
image: ${BERACHAIN_RETH_IMAGE:-ghcr.io/paradigmxyz/reth}:${BERACHAIN_BEPOLIA_RETH_VERSION:-v1.3.8}
|
||||
user: root
|
||||
@@ -22,7 +22,6 @@ services:
|
||||
expose:
|
||||
- 8545
|
||||
- 8551
|
||||
|
||||
ports:
|
||||
- 10347:10347
|
||||
- 10347:10347/udp
|
||||
@@ -67,7 +66,6 @@ services:
|
||||
- ${NO_SSL:-traefik.http.routers.berachain-bepolia-reth-archive-trace.rule=Host(`$DOMAIN`) && PathPrefix(`/berachain-bepolia-archive`)}
|
||||
- ${NO_SSL:+traefik.http.routers.berachain-bepolia-reth-archive-trace.rule=PathPrefix(`/berachain-bepolia-archive`)}
|
||||
- traefik.http.routers.berachain-bepolia-reth-archive-trace.middlewares=berachain-bepolia-reth-archive-trace-stripprefix, ipwhitelist
|
||||
|
||||
berachain-bepolia-archive-node:
|
||||
image: ${BERACHAIN_BEACON_KIT_IMAGE:-ghcr.io/berachain/beacon-kit}:${BERACHAIN_BEPOLIA_BEACON_KIT_VERSION:-v1.1.3}
|
||||
ports:
|
||||
@@ -83,7 +81,6 @@ services:
|
||||
entrypoint: [sh, /init.sh]
|
||||
networks:
|
||||
- chains
|
||||
|
||||
volumes:
|
||||
- ${BERACHAIN_BEPOLIA_RETH_ARCHIVE_TRACE__NODE_DATA:-berachain-bepolia-reth-archive-trace_node}:/root/.beacond/data
|
||||
- ./berachain/bepolia:/root/.beacond/config
|
||||
@@ -91,10 +88,11 @@ services:
|
||||
- .jwtsecret:/root/.beacond/config/jwt.hex:ro
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
|
||||
berachain-bepolia-reth-archive-trace:
|
||||
berachain-bepolia-reth-archive-trace_node:
|
||||
|
||||
x-upstreams:
|
||||
|
||||
- id: $${ID}
|
||||
labels:
|
||||
provider: $${PROVIDER}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
# use at your own risk
|
||||
|
||||
services:
|
||||
|
||||
berachain-mainnet-archive:
|
||||
image: ${BERACHAIN_RETH_IMAGE:-ghcr.io/paradigmxyz/reth}:${BERACHAIN_MAINNET_RETH_VERSION:-v1.3.8}
|
||||
user: root
|
||||
@@ -22,7 +22,6 @@ services:
|
||||
expose:
|
||||
- 8545
|
||||
- 8551
|
||||
|
||||
ports:
|
||||
- 10881:10881
|
||||
- 10881:10881/udp
|
||||
@@ -67,7 +66,6 @@ services:
|
||||
- ${NO_SSL:-traefik.http.routers.berachain-mainnet-reth-archive-trace.rule=Host(`$DOMAIN`) && PathPrefix(`/berachain-mainnet-archive`)}
|
||||
- ${NO_SSL:+traefik.http.routers.berachain-mainnet-reth-archive-trace.rule=PathPrefix(`/berachain-mainnet-archive`)}
|
||||
- traefik.http.routers.berachain-mainnet-reth-archive-trace.middlewares=berachain-mainnet-reth-archive-trace-stripprefix, ipwhitelist
|
||||
|
||||
berachain-mainnet-archive-node:
|
||||
image: ${BERACHAIN_BEACON_KIT_IMAGE:-ghcr.io/berachain/beacon-kit}:${BERACHAIN_MAINNET_BEACON_KIT_VERSION:-v1.1.3}
|
||||
ports:
|
||||
@@ -83,7 +81,6 @@ services:
|
||||
entrypoint: [sh, /init.sh]
|
||||
networks:
|
||||
- chains
|
||||
|
||||
volumes:
|
||||
- ${BERACHAIN_MAINNET_RETH_ARCHIVE_TRACE__NODE_DATA:-berachain-mainnet-reth-archive-trace_node}:/root/.beacond/data
|
||||
- ./berachain/mainnet:/root/.beacond/config
|
||||
@@ -91,10 +88,11 @@ services:
|
||||
- .jwtsecret:/root/.beacond/config/jwt.hex:ro
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
|
||||
berachain-mainnet-reth-archive-trace:
|
||||
berachain-mainnet-reth-archive-trace_node:
|
||||
|
||||
x-upstreams:
|
||||
|
||||
- id: $${ID}
|
||||
labels:
|
||||
provider: $${PROVIDER}
|
||||
|
||||
Reference in New Issue
Block a user