This commit is contained in:
squidbear
2025-03-29 07:38:53 +01:00
parent 1661c82394
commit 934cbbd16d
4 changed files with 20 additions and 4 deletions

View File

@@ -14,9 +14,12 @@ services:
- "10347:10347"
- "10347:10347/udp"
restart: unless-stopped
entrypoint: ["reth", "node"]
environment:
- "IP=${IP}"
entrypoint: ["/bin/sh", "-c", "while [ ! -f /config/eth-genesis.json ]; do sleep 1; done; exec reth node \"$@\"", "--"]
command:
- --chain=/config/eth-genesis.json
- --nat=extip:${IP}
- --metrics=0.0.0.0:9001
- --http
- --http.addr=0.0.0.0
@@ -56,6 +59,7 @@ services:
- "15347:15347"
- "15347:15347/udp"
environment:
- "IP=${IP}"
- "MONIKER=d${DOMAIN:-local}"
- "P2P_PORT=15347"
- "CHAINNAME=bepolia"

View File

@@ -14,9 +14,12 @@ services:
- "10274:10274"
- "10274:10274/udp"
restart: unless-stopped
entrypoint: ["reth", "node"]
environment:
- "IP=${IP}"
entrypoint: ["/bin/sh", "-c", "while [ ! -f /config/eth-genesis.json ]; do sleep 1; done; exec reth node \"$@\"", "--"]
command:
- --chain=/config/eth-genesis.json
- --nat=extip:${IP}
- --metrics=0.0.0.0:9001
- --http
- --http.addr=0.0.0.0
@@ -56,6 +59,7 @@ services:
- "15274:15274"
- "15274:15274/udp"
environment:
- "IP=${IP}"
- "MONIKER=d${DOMAIN:-local}"
- "P2P_PORT=15274"
- "CHAINNAME=bepolia"

View File

@@ -14,9 +14,12 @@ services:
- "10881:10881"
- "10881:10881/udp"
restart: unless-stopped
entrypoint: ["reth", "node"]
environment:
- "IP=${IP}"
entrypoint: ["/bin/sh", "-c", "while [ ! -f /config/eth-genesis.json ]; do sleep 1; done; exec reth node \"$@\"", "--"]
command:
- --chain=/config/eth-genesis.json
- --nat=extip:${IP}
- --metrics=0.0.0.0:9001
- --http
- --http.addr=0.0.0.0
@@ -56,6 +59,7 @@ services:
- "15881:15881"
- "15881:15881/udp"
environment:
- "IP=${IP}"
- "MONIKER=d${DOMAIN:-local}"
- "P2P_PORT=15881"
- "CHAINNAME=mainnet"

View File

@@ -14,9 +14,12 @@ services:
- "10900:10900"
- "10900:10900/udp"
restart: unless-stopped
entrypoint: ["reth", "node"]
environment:
- "IP=${IP}"
entrypoint: ["/bin/sh", "-c", "while [ ! -f /config/eth-genesis.json ]; do sleep 1; done; exec reth node \"$@\"", "--"]
command:
- --chain=/config/eth-genesis.json
- --nat=extip:${IP}
- --metrics=0.0.0.0:9001
- --http
- --http.addr=0.0.0.0
@@ -56,6 +59,7 @@ services:
- "15900:15900"
- "15900:15900/udp"
environment:
- "IP=${IP}"
- "MONIKER=d${DOMAIN:-local}"
- "P2P_PORT=15900"
- "CHAINNAME=mainnet"