@@ -9,6 +9,7 @@ services:
99 # | | | | __/ |_| | | | __/ | | | | | | | | | | | (_| |
1010 # |_| |_|\___|\__|_| |_|\___|_| |_| |_| |_|_|_| |_|\__,_|
1111 nethermind :
12+ profiles : [el_nethermind]
1213 image : nethermind/nethermind:${NETHERMIND_VERSION:-1.31.11}
1314 restart : unless-stopped
1415 ports :
@@ -46,6 +47,7 @@ services:
4647 # |___/
4748
4849 lighthouse :
50+ profiles : [cl_lighthouse]
4951 image : sigp/lighthouse:${LIGHTHOUSE_VERSION:-v7.0.1}
5052 ports :
5153 - ${LIGHTHOUSE_PORT_P2P:-9000}:9000/tcp # P2P TCP
@@ -82,6 +84,7 @@ services:
8284 # \___|_| |_|\__,_|_| \___/|_| |_|
8385
8486 charon :
87+ profiles : [dv_charon]
8588 image : obolnetwork/charon:${CHARON_VERSION:-v1.4.3}
8689 environment :
8790 - CHARON_BEACON_NODE_ENDPOINTS=${CHARON_BEACON_NODE_ENDPOINTS:-http://lighthouse:5052}
@@ -119,6 +122,7 @@ services:
119122 # |_|\___/ \__,_|\___||___/\__\__,_|_|
120123
121124 lodestar :
125+ profiles : [vc_lodestar]
122126 image : chainsafe/lodestar:${LODESTAR_VERSION:-v1.29.0}
123127 depends_on : [charon]
124128 entrypoint : /opt/lodestar/run.sh
@@ -142,6 +146,7 @@ services:
142146 # | | | | | | __/\ V /_____| |_) | (_) | (_) \__ \ |_
143147 # |_| |_| |_|\___| \_/ |_.__/ \___/ \___/|___/\__|
144148 mev-boost :
149+ profiles : [mev_mevboost]
145150 image : ${MEVBOOST_IMAGE:-flashbots/mev-boost}:${MEVBOOST_VERSION:-1.9}
146151 command : |
147152 -${NETWORK}
0 commit comments