fix(developer-docs): correct airgapped infrastructure service names to match compose - #504
Conversation
Rename redis→plane-redis, postgres→plane-db, rabbitmq→plane-mq, minio→plane-minio in the local infrastructure YAML example so they match the actual service names in docker-compose-airgapped.yml. Also add pi-db-init which reuses the postgres image, and SITE_ADDRESS to the environment variable block. Ports makeplane/developer-docs#317 to this monorepo. Claude-Session: https://claude.ai/code/session_0127W5LkKePrb8vVG9FFdFgG
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. 📝 WalkthroughWalkthroughThe airgapped Docker deployment guide adds a ChangesAirgapped deployment configuration
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This documentation-only change corrects airgapped service names and environment guidance without changing product behavior; no actionable merge-blocking risk remains. Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
Ports makeplane/developer-docs#317 into this monorepo (
apps/developer-docs).Description
In
self-hosting/methods/airgapped-edition.md:docker-compose-airgapped.yml:redis→plane-redis,postgres→plane-db,rabbitmq→plane-mq,minio→plane-minio.pi-db-init, which reuses the postgres image.export SITE_ADDRESS=https://plane.yourcompany.comto the environment variable block.The resulting file is byte-identical to the merged version in
makeplane/developer-docs.Type of Change
Note
Out of scope for this PR:
airgapped-edition-kubernetes.mdstill usesredis/postgres/rabbitmq/minio, but those are Helm values keys (they carrylocal_setup:/external_rabbitmq_url:), not compose service names — likely correct as-is.https://claude.ai/code/session_0127W5LkKePrb8vVG9FFdFgG
Summary by CodeRabbit
SITE_ADDRESSconfiguration.