This commit is contained in:
Para Dox
2025-04-13 17:52:13 +07:00
parent 4b14f4b589
commit 6df1ca59d5
173 changed files with 1256 additions and 1256 deletions

View File

@@ -20,8 +20,8 @@ services:
memlock: -1 # Disable memory locking limits (for in-memory DBs like MDBX)
user: root
ports:
- 10347:10347
- 10347:10347/udp
- 11347:11347
- 11347:11347/udp
expose:
- 8545
- 8551
@@ -37,7 +37,7 @@ services:
- --max-inbound-peers=50
- --max-outbound-peers=50
- --nat=extip:${IP}
- --port=10347
- --port=11347
- --rpc.gascap=600000000
- --rpc.max-logs-per-response=1100000
- --http
@@ -79,8 +79,8 @@ services:
BEACONKIT_VERSION: ${BERACHAIN_BEPOLIA_BEACON_KIT_VERSION:-v1.1.4}
BEACONKIT_IMAGE: ${BERACHAIN_BEPOLIA_BEACON_KIT_IMAGE:-ghcr.io/berachain/beacon-kit}
ports:
- 15347:15347
- 15347:15347/udp
- 16347:16347
- 16347:16347/udp
environment:
- AUTH_RPC=http://berachain-bepolia-archive:8551
- CHAINID=80069
@@ -88,7 +88,7 @@ services:
- CHAIN_SPEC=testnet
- IP=${IP}
- MONIKER=d${DOMAIN:-local}
- P2P_PORT=15347
- P2P_PORT=16347
restart: unless-stopped
networks:
- chains

View File

@@ -20,8 +20,8 @@ services:
memlock: -1 # Disable memory locking limits (for in-memory DBs like MDBX)
user: root
ports:
- 10881:10881
- 10881:10881/udp
- 12881:12881
- 12881:12881/udp
expose:
- 8545
- 8551
@@ -37,7 +37,7 @@ services:
- --max-inbound-peers=50
- --max-outbound-peers=50
- --nat=extip:${IP}
- --port=10881
- --port=12881
- --rpc.gascap=600000000
- --rpc.max-logs-per-response=1100000
- --http
@@ -79,8 +79,8 @@ services:
BEACONKIT_VERSION: ${BERACHAIN_MAINNET_BEACON_KIT_VERSION:-v1.1.4}
BEACONKIT_IMAGE: ${BERACHAIN_MAINNET_BEACON_KIT_IMAGE:-ghcr.io/berachain/beacon-kit}
ports:
- 15881:15881
- 15881:15881/udp
- 17881:17881
- 17881:17881/udp
environment:
- AUTH_RPC=http://berachain-mainnet-archive:8551
- CHAINID=80094
@@ -88,7 +88,7 @@ services:
- CHAIN_SPEC=mainnet
- IP=${IP}
- MONIKER=d${DOMAIN:-local}
- P2P_PORT=15881
- P2P_PORT=17881
restart: unless-stopped
networks:
- chains