Skip to content

Commit b2fe1e2

Browse files
committed
enable lido sidecars even if vars missing from .env
1 parent 84175f2 commit b2fe1e2

3 files changed

Lines changed: 20 additions & 14 deletions

File tree

.env.sample.hoodi

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,19 @@ MONITORING=${MONITORING:-monitoring},monitoring-log-aggregator
3737
#MONITORING=${MONITORING:-monitoring},monitoring-log-collector
3838
#MONITORING=monitoring-none
3939

40-
# Lido sidecars for DV exit. Comment individual lines to disable specific sidecars.
41-
# Uncomment only LIDO_SIDECARS=lido-sidecars-none to disable all Lido sidecars.
42-
LIDO_SIDECARS=${LIDO_SIDECARS:-lido-sidecars},lido-ejector
43-
LIDO_SIDECARS=${LIDO_SIDECARS:-lido-sidecars},lido-dv-exit
44-
#LIDO_SIDECARS=lido-sidecars-none
40+
# Lido sidecars for DV exit. To disable a sidecar, comment out its
41+
# line and uncomment the corresponding -none line below it.
42+
LIDO_EJECTOR=lido-ejector
43+
#LIDO_EJECTOR=lido-ejector-none
44+
45+
LIDO_DV_EXIT=lido-dv-exit
46+
#LIDO_DV_EXIT=lido-dv-exit-none
4547

4648
# Do not edit. These profiles and files dictate to Docker which client types and from where to start for execution, consensus, validator and MEV.
4749
# The actual adjustable values are specified above.
48-
COMPOSE_PROFILES=${EL},${CL},${VC},${MEV},${MONITORING},${LIDO_SIDECARS}
49-
COMPOSE_FILE=compose-el.yml:compose-cl.yml:compose-vc.yml:compose-mev.yml:compose-monitoring.yml:docker-compose.yml
50+
COMPOSE_PROFILES=${EL},${CL},${VC},${MEV},${MONITORING},${LIDO_EJECTOR:-lido-ejector},${LIDO_DV_EXIT:-lido-dv-exit}
51+
COMPOSE_FILE=compose-el.yml:compose-cl.yml:compose-vc.yml:compose-mev.yml:compose-monitoring.yml:compose-lido.yml:docker-compose.yml
52+
5053

5154
# Enables Builder API.
5255
#BUILDER_API_ENABLED=

.env.sample.mainnet

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,19 @@ MONITORING=${MONITORING:-monitoring},monitoring-log-aggregator
3737
#MONITORING=${MONITORING:-monitoring},monitoring-log-collector
3838
#MONITORING=monitoring-none
3939

40-
# Lido sidecars for DV exit. Comment individual lines to disable specific sidecars.
41-
# Uncomment only LIDO_SIDECARS=lido-sidecars-none to disable all Lido sidecars.
42-
LIDO_SIDECARS=${LIDO_SIDECARS:-lido-sidecars},lido-ejector
43-
LIDO_SIDECARS=${LIDO_SIDECARS:-lido-sidecars},lido-dv-exit
44-
#LIDO_SIDECARS=lido-sidecars-none
40+
# Lido sidecars for DV exit. To disable a sidecar, comment out its
41+
# line and uncomment the corresponding -none line below it.
42+
LIDO_EJECTOR=lido-ejector
43+
#LIDO_EJECTOR=lido-ejector-none
44+
45+
LIDO_DV_EXIT=lido-dv-exit
46+
#LIDO_DV_EXIT=lido-dv-exit-none
4547

4648
# Do not edit. These profiles and files dictate to Docker which client types and from where to start for execution, consensus, validator and MEV.
4749
# The actual adjustable values are specified above.
48-
COMPOSE_PROFILES=${EL},${CL},${VC},${MEV},${MONITORING},${LIDO_SIDECARS}
49-
COMPOSE_FILE=compose-el.yml:compose-cl.yml:compose-vc.yml:compose-mev.yml:compose-monitoring.yml:docker-compose.yml
50+
COMPOSE_PROFILES=${EL},${CL},${VC},${MEV},${MONITORING},${LIDO_EJECTOR:-lido-ejector},${LIDO_DV_EXIT:-lido-dv-exit}
51+
COMPOSE_FILE=compose-el.yml:compose-cl.yml:compose-vc.yml:compose-mev.yml:compose-monitoring.yml:compose-lido.yml:docker-compose.yml
52+
5053

5154
# Enables Builder API.
5255
#BUILDER_API_ENABLED=

compose-lido.yml

Whitespace-only changes.

0 commit comments

Comments
 (0)