Skip to content

Commit 1ff945c

Browse files
committed
Add comment
1 parent bfe4515 commit 1ff945c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

holesky/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
4344
networks:

mainnet/docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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
4345
networks:

0 commit comments

Comments
 (0)