File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ services:
3838 - " ${NODE_CACHE_PATH_HOST}:/app/cache:rw"
3939 - " ${NODE_LOG_PATH_HOST}:/app/logs:rw"
4040 - " ${NODE_DB_PATH_HOST}:/data/operator/db:rw"
41+ # TODO: Uncomment and update if using remote BLS signer https://github.com/Layr-Labs/cerberus
4142# - "${NODE_BLS_SIGNER_CERT_FILE_HOST}:/app/cerberus/cerberus.crt:readonly"
4243 restart : unless-stopped
4344networks :
Original file line number Diff line number Diff line change @@ -38,6 +38,8 @@ services:
3838 - " ${NODE_CACHE_PATH_HOST}:/app/cache:rw"
3939 - " ${NODE_LOG_PATH_HOST}:/app/logs:rw"
4040 - " ${NODE_DB_PATH_HOST}:/data/operator/db:rw"
41+ # TODO: Uncomment and update if using remote BLS signer https://github.com/Layr-Labs/cerberus
42+
4143# - "${NODE_BLS_SIGNER_CERT_FILE_HOST}:/app/cerberus/cerberus.crt:readonly"
4244 restart : unless-stopped
4345networks :
You can’t perform that action at this time.
0 commit comments