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

Closed
opened 2026-04-16 11:26:15 -05: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: Merged
Merged: 1/7/2026
Merged by: @Siumauricio

Base: canaryHead: InstantDB-template-#224


📝 Commits (8)

  • 6594019 feat: add InstantDB template
  • e777d14 added the server service also
  • 690b4b1 removed the external network
  • f216471 Update docker-compose.yml
  • 2a78fd1 Update blueprints/instantdb/docker-compose.yml
  • 8d9f8be Update blueprints/instantdb/docker-compose.yml
  • 71a3b1f Update docker-compose.yml
  • f51a7a8 Update blueprints/instantdb/template.toml

📊 Changes

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

View changed files

blueprints/instantdb/docker-compose.yml (+64 -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:** ✅ Merged **Merged:** 1/7/2026 **Merged by:** [@Siumauricio](https://github.com/Siumauricio) **Base:** `canary` ← **Head:** `InstantDB-template-#224` --- ### 📝 Commits (8) - [`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 - [`f216471`](https://github.com/Dokploy/templates/commit/f21647161ff0825c13c573737a5f0921f0beafc1) Update docker-compose.yml - [`2a78fd1`](https://github.com/Dokploy/templates/commit/2a78fd1b52f18cd3b8d778a75e93b08ad372b46b) Update blueprints/instantdb/docker-compose.yml - [`8d9f8be`](https://github.com/Dokploy/templates/commit/8d9f8bef974e61a89da6c4a81775f615cc409d06) Update blueprints/instantdb/docker-compose.yml - [`71a3b1f`](https://github.com/Dokploy/templates/commit/71a3b1f7974e3e5ec20faff012cba27af1cbc447) Update docker-compose.yml - [`f51a7a8`](https://github.com/Dokploy/templates/commit/f51a7a8de104c19fac0962192d5d8620af506005) Update blueprints/instantdb/template.toml ### 📊 Changes **4 files changed** (+114 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `blueprints/instantdb/docker-compose.yml` (+64 -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 2026-04-16 11:26:15 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/templates#1102