File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -75,6 +75,9 @@ LIGHTHOUSE_CHECKPOINT_SYNC_URL=https://checkpoint-sync.holesky.ethpandaops.io/
75
75
# Advertise a custom external DNS hostname or IP address for libp2p peer discovery.
76
76
#CHARON_P2P_EXTERNAL_HOSTNAME=
77
77
78
+ # Nickname to identify this charon node on monitoring (max 32 characters)
79
+ #CHARON_NICKNAME=
80
+
78
81
# Loki log aggregation server addresses. Disable loki log aggregation by setting an empty address.
79
82
#CHARON_LOKI_ADDRESSES=
80
83
Original file line number Diff line number Diff line change @@ -75,6 +75,9 @@ LIGHTHOUSE_CHECKPOINT_SYNC_URL=https://mainnet.checkpoint.sigp.io/
75
75
# Advertise a custom external DNS hostname or IP address for libp2p peer discovery.
76
76
#CHARON_P2P_EXTERNAL_HOSTNAME=
77
77
78
+ # Nickname to identify this charon node on monitoring (max 32 characters)
79
+ #CHARON_NICKNAME=
80
+
78
81
# Loki log aggregation server addresses. Disable loki log aggregation by setting an empty address.
79
82
#CHARON_LOKI_ADDRESSES=
80
83
Original file line number Diff line number Diff line change @@ -93,6 +93,7 @@ services:
93
93
- CHARON_FEATURE_SET_ENABLE=${CHARON_FEATURE_SET_ENABLE:-}
94
94
- CHARON_LOKI_ADDRESSES=${CHARON_LOKI_ADDRESSES:-http://loki:3100/loki/api/v1/push}
95
95
- CHARON_LOKI_SERVICE=charon
96
+ - CHARON_NICKNAME=${CHARON_NICKNAME:-}
96
97
ports :
97
98
- ${CHARON_PORT_P2P_TCP:-3610}:${CHARON_PORT_P2P_TCP:-3610}/tcp # P2P TCP libp2p
98
99
networks : [dvnode]
You can’t perform that action at this time.
0 commit comments