deploy: update Zeabur template to PREBUILT_V2 and v2.0.0#826
deploy: update Zeabur template to PREBUILT_V2 and v2.0.0#826tonychang04 merged 2 commits intomainfrom
Conversation
- Switch all services from PREBUILT to PREBUILT_V2 (fixes internal TCP routing) - Use custom postgres image ghcr.io/insforge/postgres:v15.13.2 - Add postgres to entrypoint command for proper initdb - Enable shared_preload_libraries (pg_cron, http, pgcrypto) - Bump insforge-oss image from v1.4.3 to v2.0.0 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
💤 Files with no reviewable changes (1)
WalkthroughZeabur deployment templates were migrated to PREBUILT_V2 for multiple services; Postgres image and configuration were replaced and extended (pg_cron, pgcrypto, http); Deno's inline deno.json was replaced by a worker-template.js implementing worker-based execution and secret handling; README translations section removed. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Summary
PREBUILTtoPREBUILT_V2(fixes internal TCP routing between services)ghcr.io/insforge/postgres:v15.13.2with required extensionspostgresto entrypoint command for proper initdb executionshared_preload_libraries(pg_cron,http,pgcrypto)insforge-ossimage fromv1.4.3tov2.0.0turns out zeabur change a prebuilt version that changes the routing between tcp services. I tried deploying many templates than realizing this
Test plan
🤖 Generated with Claude Code
Summary by CodeRabbit
New Features
Chores
Documentation