Skip to content

Dlockss#722

Merged
physikerwelt merged 5 commits intomainfrom
dlockss
Feb 3, 2026
Merged

Dlockss#722
physikerwelt merged 5 commits intomainfrom
dlockss

Conversation

@physikerwelt
Copy link
Copy Markdown
Member

@physikerwelt physikerwelt commented Feb 3, 2026

This pull request adds support for running DLOCKSS services within the docker-compose-extra.yml configuration. Two new services, dlockss-node and dlockss-monitor, are introduced along with their associated images and configuration options.

New DLOCKSS service integration:

  • Added image definitions for dlockss-node and dlockss-monitor using GitHub Container Registry images in the Docker Compose file (docker-compose-extra.yml).
  • Added new dlockss-node service with environment variables, volume mounts, and dependency on the ipfs service. (docker-compose-extra.yml)
  • Added new dlockss-monitor service with Traefik labels for routing and TLS configuration. (docker-compose-extra.yml)

Summary by CodeRabbit

  • Chores
    • Added dlockss-node service with IPFS integration for decentralized file storage and read-only data directory support.
    • Added dlockss-monitor service featuring web routing capabilities, automatic TLS/SSL encryption, and certificate management for secure monitoring access.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Feb 3, 2026

📝 Walkthrough

Walkthrough

The pull request adds two new Docker services to the compose configuration: dlockss-node, which integrates with IPFS and mounts a local directory, and dlockss-monitor, which includes Traefik routing labels for HTTPS access. Two corresponding image anchors are defined.

Changes

Cohort / File(s) Summary
Docker Compose Services
docker-compose-extra.yml
Added two image anchors (x-dlockss-node-image, x-dlockss-monitor-image) and two new services: dlockss-node with IPFS dependency and read-only volume mount (./dlockss-files:/data), and dlockss-monitor with Traefik routing labels including hostname-based rule (dlockss.${WIKIBASE_HOST}), TLS/certificate resolver configuration, and port 8080 load balancer setup.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Poem

🐇 Two new companions join the compose,
Dlockss dances with ipfs, as the network grows,
Node stores files with careful care,
Monitor watches through Traefik's air,
Hop-hop-hooray, the services align! 🌐

🚥 Pre-merge checks | ✅ 2 | ❌ 1
❌ Failed checks (1 inconclusive)
Check name Status Explanation Resolution
Title check ❓ Inconclusive The title 'Dlockss' is vague and generic, using only the feature name without describing the actual change or what was done with it. Use a more descriptive title like 'Add dlockss-node and dlockss-monitor services to Docker Compose' to clearly convey the main change.
✅ Passed checks (2 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch dlockss

Important

Action Needed: IP Allowlist Update

If your organization protects your Git platform with IP whitelisting, please add the new CodeRabbit IP address to your allowlist:

  • 136.113.208.247/32 (new)
  • 34.170.211.100/32
  • 35.222.179.152/32

Failure to add the new IP will result in interrupted reviews.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@physikerwelt physikerwelt merged commit f988198 into main Feb 3, 2026
1 check passed
@physikerwelt physikerwelt deleted the dlockss branch February 3, 2026 18:46
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