-
Couldn't load subscription status.
- Fork 77
EigenDA V2 Blazar (0.9.0) #165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| - "${NODE_CACHE_PATH_HOST}:/app/cache:rw" | ||
| - "${NODE_LOG_PATH_HOST}:/app/logs:rw" | ||
| - "${NODE_DB_PATH_HOST}:/data/operator/db:rw" | ||
| # - "${NODE_BLS_SIGNER_CERT_FILE_HOST}:/app/cerberus/cerberus.crt:readonly" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this intentional? Should we add a description
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yea, it's ugly, but Docker compose will fail if uncommented and the cert doesn't exist. I'm not opposed to removing it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was just matching what testnet setup had. Added comment
mainnet/README.md
Outdated
|
|
||
| ### 2. Update `MAIN_SERVICE_IMAGE` | ||
| ``` | ||
| MAIN_SERVICE_IMAGE=ghcr.io/layr-labs/eigenda/opr-node:0.9.0-rc.4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be ghcr.io/layr-labs/eigenda/opr-node:0.9.0
|
@cody-littley do we need to update the default cache memory + nginx setting here? |
No description provided.