[PR #530] Feat : Add InstantDB template (#224) #526

Open
opened 2025-11-22 20:40:21 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/530
Author: @Harikrishnan1367709
Created: 11/12/2025
Status: 🔄 Open

Base: mainHead: InstantDB-template-#224


📝 Commits (3)

  • 6594019 feat: add InstantDB template
  • e777d14 added the server service also
  • 690b4b1 removed the external network

📊 Changes

4 files changed (+120 additions, -0 deletions)

View changed files

blueprints/instantdb/docker-compose.yml (+70 -0)
blueprints/instantdb/instant.svg (+4 -0)
blueprints/instantdb/template.toml (+29 -0)
📝 meta.json (+17 -0)

📄 Description

Adds InstantDB template with PostgreSQL database service.

Features:

  • PostgreSQL 16 with pg_hint_plan extension
  • Configured for logical replication (wal_level=logical)
  • Health checks and proper networking
  • Environment variables for database credentials

Fixes #224


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Dokploy/templates/pull/530 **Author:** [@Harikrishnan1367709](https://github.com/Harikrishnan1367709) **Created:** 11/12/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `InstantDB-template-#224` --- ### 📝 Commits (3) - [`6594019`](https://github.com/Dokploy/templates/commit/65940190b7978eeaca7c5cd5a810a17d00f3cd5a) feat: add InstantDB template - [`e777d14`](https://github.com/Dokploy/templates/commit/e777d1420a10fa2231bf62f48b41dd6dc553c163) added the server service also - [`690b4b1`](https://github.com/Dokploy/templates/commit/690b4b1d37427bc3cb0ae575b8a736764d3a69a7) removed the external network ### 📊 Changes **4 files changed** (+120 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `blueprints/instantdb/docker-compose.yml` (+70 -0) ➕ `blueprints/instantdb/instant.svg` (+4 -0) ➕ `blueprints/instantdb/template.toml` (+29 -0) 📝 `meta.json` (+17 -0) </details> ### 📄 Description Adds InstantDB template with PostgreSQL database service. **Features:** - PostgreSQL 16 with pg_hint_plan extension - Configured for logical replication (wal_level=logical) - Health checks and proper networking - Environment variables for database credentials Fixes #224 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-22 20:40:21 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/templates#526