Skip to content

feat: disable validator service for blobber-only setup#22

Open
rikachet1 wants to merge 1 commit intostagingfrom
feat/rikachet/eblobber-only-setup
Open

feat: disable validator service for blobber-only setup#22
rikachet1 wants to merge 1 commit intostagingfrom
feat/rikachet/eblobber-only-setup

Conversation

@rikachet1
Copy link
Copy Markdown

@rikachet1 rikachet1 commented Nov 21, 2025

Summary

  • Disables the validator service in docker-compose configuration
  • Allows blobber-only deployments without local validator infrastructure

Changes

  • Comment out validator service definition in docker.local/b0docker-compose.yml
  • Remove validator dependency from blobber service
  • Maintain postgres service for blobber metadata storage

Testing


Note

Disables the validator service and removes blobber’s dependency/link to it in docker-compose for a blobber-only setup.

  • Docker Compose (docker.local/b0docker-compose.yml):
    • Disable validator service: Comment out entire service definition with explanatory note.
    • Update blobber service:
      • Remove depends_on and links to validator (commented out).
      • Retain dependency on postgres and existing configuration.
    • No changes to postgres besides context retained.

Written by Cursor Bugbot for commit 914b45b. This will update automatically on new commits. Configure here.

Remove validator service from docker-compose configuration to support
blobber-only deployments without local validator infrastructure. This
allows blobber instances to stake with validators on the blockchain
instead of running their own validator nodes.

Changes:
- Comment out validator service definition
- Remove validator dependency from blobber service
- Keep postgres service for blobber metadata storage
@rikachet1 rikachet1 requested a review from guruhubb as a code owner November 21, 2025 22:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant