-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.sample
104 lines (70 loc) · 3.35 KB
/
.env.sample
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
# This is a sample environment file that allows overriding default configuration defined
# in docker-compose.yml. Rename this file to `.env` and then uncomment and set any variable below.
######### Geth Config #########
# Geth docker container image version, e.g. `latest` or `v1.10.26`.
# See available tags https://hub.docker.com/r/ethereum/client-go/tags
#GETH_VERSION=
# Geth host exposed ports
#GETH_PORT_P2P=
######### Lighthouse Config #########
# Lighthouse beacon node docker container image version, e.g. `latest` or `v3.2.0`.
# See available tags https://hub.docker.com/r/sigp/lighthouse/tags.
#LIGHTHOUSE_VERSION=
# Lighthouse beacon node host exposed ports
#LIGHTHOUSE_PORT_P2P=
######### Teku Config #########
# Teku validator client docker container image version, e.g. `latest` or `22.10.2`.
# See available tags https://hub.docker.com/r/consensys/teku/tags
#TEKU_VERSION=
######### Charon Config #########
# Charon docker container image version, e.g. `latest` or `df6c9bf`.
# See available tags https://hub.docker.com/r/obolnetwork/charon/tags.
#CHARON_VERSION=
# Define custom relays. One or more ENRs or an http URL that return an ENR. Use a comma separated list excluding spaces.
#CHARON_P2P_RELAYS=
# Connect to one or more external beacon nodes. Use a comma separated list excluding spaces.
#CHARON_BEACON_NODE_ENDPOINTS=
# Override the charon logging level; debug, info, warning, error.
#CHARON_LOG_LEVEL=
# Override the charon logging format; console, logfmt, json. Grafana panels require logfmt.
#CHARON_LOG_FORMAT=
# Advertise a custom external DNS hostname or IP address for UDP discv5 peer discovery.
#CHARON_P2P_EXTERNAL_HOSTNAME=
# Loki log aggregation server addresses. Disable loki log aggregation by setting an empty address.
#CHARON_LOKI_ADDRESSES=
# Docker network of running charon node. See `docker network ls`.
#CHARON_DOCKER_NETWORK=
# Charon host exposed ports
#CHARON_PORT_P2P_TCP=
#CHARON_PORT_P2P_UDP=
######### MEV-Boost Config #########
# MEV-Boost docker container image version, e.g. `latest` or `v1.4.0`.
#MEVBOOST_VERSION=
######### Monitoring Config #########
# Grafana docker container image version, e.g. `latest` or `9.2.4`.
# See available tags https://github.com/grafana/grafana/releases.
#GRAFANA_VERSION=
# Grafana host exposed port
#MONITORING_PORT_GRAFANA=
# Prometheus docker container image version, e.g. `latest` or `v2.40.1`.
# See available tags https://github.com/prometheus/prometheus/releases.
#PROMETHEUS_VERSION=
######### Voluntary Exit Config #########
# This applies to compose-voluntary-exit.yml only
# Cluster wide consistent exit epoch. Set to latest for fork version, see `curl $BEACON_NODE/eth/v1/config/fork_schedule`
#EXIT_EPOCH=
######### Debug Config #########
# This applies to compose-debug.yml only
# Prometheus Node exporter docker container image version, e.g. `latest` or `1.4.0`.
# See available tags https://hub.docker.com/r/bitnami/node-exporter/tags.
#NODE_EXPORTER_VERSION=
# Jaeger docker container image version, e.g. `latest` or `1.39`.
# See available tags https://hub.docker.com/r/jaegertracing/all-in-one/tags.
#JAEGER_VERSION=
# Jaeger host exposed port for HTTP query.
#MONITORING_PORT_JAEGER=
# Grafana Loki docker container image version, e.g. `latest` or `2.7.0`.
# See available tags https://hub.docker.com/r/grafana/loki/tags.
#LOKI_VERSION=
# Loki host exposed port
#MONITORING_PORT_LOKI=