File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -72,7 +72,10 @@ RUN useradd -m -u 1001 -U -s /bin/sh -d /fennel fennel && \
7272
7373USER fennel
7474
75- EXPOSE 9930 9933 9944 30333 30334
75+ EXPOSE 9933 9944 30333 9615
76+ # Removed ports:
77+ # - 9930: Removed unless specific reverse-proxy need (ecosystem standard)
78+ # - 30334: Removed - only needed for relay-within-relay processes
7679VOLUME ["/data" ]
7780
7881# Use node binary as entrypoint (Parity standard practice)
Original file line number Diff line number Diff line change 9595 - " -lruntime=debug"
9696 # ✅ PRODUCTION-LIKE: Force authoring for ValidatorManager PoA networks
9797 - " --force-authoring" # Required for initial block production with ValidatorManager
98+ # ✅ ECOSYSTEM STANDARD: Enable external Prometheus metrics access
99+ - " --prometheus-external" # Allow external access to metrics on port 9615
98100
99101 # Enable offchain workers if needed
100102 enableOffchainIndexing : false
You can’t perform that action at this time.
0 commit comments