kite: fix staking port mapping to use fixed container port 9651

Fix AVAGO_STAKING_PORT to use fixed port 9651 instead of salted client_port.
Fix port mapping from {{ client_port }}:{{ client_port }} to {{ client_port }}:9651
to ensure container uses fixed P2P port while host binds to salted port.

Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
This commit is contained in:
2026-08-27 03:23:29 +00:00
parent 81c9addac9
commit 8f8ac427d3

View File

@@ -46,8 +46,8 @@ services:
nofile: 1048576 # Max open files (for RPC/WS connections)
user: root
ports:
- 10127:10127
- 10127:10127/udp
- 10127:9651
- 10127:9651/udp
expose:
- 9650
environment:
@@ -59,7 +59,7 @@ services:
- AVAGO_NETWORK_ID=mainnet
- AVAGO_PARTIAL_SYNC_PRIMARY_NETWORK=true
- AVAGO_PLUGIN_DIR=/plugins/
- AVAGO_STAKING_PORT=10127
- AVAGO_STAKING_PORT=9651
- AVAGO_TRACK_SUBNETS=21uUaTxVdR3Sp6SJhpcSrdH1g66aFoE8mPQDvwKJCjXNexo5y6
- KITE_CHAIN_ID=3USaEfTcoUhHxpKXvpAG916UKCUEyjrtkg2hBArBG3JyDP7my
- PLUGIN_ID=pJhES6xZkqZxjxMqHiucbpBTTnB97EjL5aTYSynmWBoF26v9e