[PR #681] [MERGED] feat: add PostgreSQL with PgDog template #13213

Closed
opened 2026-06-15 13:05:53 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/681
Author: @ViniciosLugli
Created: 1/26/2026
Status: Merged
Merged: 2/16/2026
Merged by: @Siumauricio

Base: canaryHead: canary


📝 Commits (8)

  • cc90dba feat: add PostgreSQL with PgDog template
  • 63625b6 🐛 fix(postgres-pgdog): add config mounts and fix postgres volume path
  • 3afc619 🐛 fix(postgres-pgdog): correct binary path and use default config locations
  • bdc6a31 🐛 fix(postgres-pgdog): remove invalid admin_port config field
  • 6282c75 🐛 fix(postgres-pgdog): enable external access via fixed port mapping
  • c79349a 🐛 fix(postgres-pgdog): use standard port format per convention
  • e56d244 📝 docs(postgres-pgdog): clarify port settings comment
  • bcbad5e 🐛 fix(postgres-pgdog): default to internal access with opt-in external port

📊 Changes

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

View changed files

blueprints/postgres-pgdog/docker-compose.yml (+33 -0)
blueprints/postgres-pgdog/postgres-pgdog.png (+0 -0)
blueprints/postgres-pgdog/template.toml (+36 -0)
📝 meta.json (+19 -0)

📄 Description

Template Name: PostgreSQL with PgDog

Template URL: https://github.com/pgdogdev/pgdog

Docker Compose Link: https://github.com/pgdogdev/pgdog/blob/main/docker-compose.yml

Resources:

Template Description:
PostgreSQL database with PgDog connection pooler and load balancer. Modern PgBouncer alternative with multi-threading support.

Will you send a PR to implement it? Yes


🔄 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/681 **Author:** [@ViniciosLugli](https://github.com/ViniciosLugli) **Created:** 1/26/2026 **Status:** ✅ Merged **Merged:** 2/16/2026 **Merged by:** [@Siumauricio](https://github.com/Siumauricio) **Base:** `canary` ← **Head:** `canary` --- ### 📝 Commits (8) - [`cc90dba`](https://github.com/Dokploy/templates/commit/cc90dba719e25f04415e1de935f3908e26a397b5) feat: add PostgreSQL with PgDog template - [`63625b6`](https://github.com/Dokploy/templates/commit/63625b69ec33a949aa740d778662b4b20592fb81) 🐛 fix(postgres-pgdog): add config mounts and fix postgres volume path - [`3afc619`](https://github.com/Dokploy/templates/commit/3afc619c03e5c85ef04693836c944bdd484426ad) 🐛 fix(postgres-pgdog): correct binary path and use default config locations - [`bdc6a31`](https://github.com/Dokploy/templates/commit/bdc6a3160fb9a2a33355d32c3fe41b2141ec7688) 🐛 fix(postgres-pgdog): remove invalid admin_port config field - [`6282c75`](https://github.com/Dokploy/templates/commit/6282c7500dd48b2fc82f023c08f19ecef7e89451) 🐛 fix(postgres-pgdog): enable external access via fixed port mapping - [`c79349a`](https://github.com/Dokploy/templates/commit/c79349aadfefe8ebe3022f5c8ce1eebf3741dc33) 🐛 fix(postgres-pgdog): use standard port format per convention - [`e56d244`](https://github.com/Dokploy/templates/commit/e56d24468348dd95f59091dba431ce8fca5b6c57) 📝 docs(postgres-pgdog): clarify port settings comment - [`bcbad5e`](https://github.com/Dokploy/templates/commit/bcbad5e1fc08221a80e524a220f3cb6ec7832422) 🐛 fix(postgres-pgdog): default to internal access with opt-in external port ### 📊 Changes **4 files changed** (+88 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `blueprints/postgres-pgdog/docker-compose.yml` (+33 -0) ➕ `blueprints/postgres-pgdog/postgres-pgdog.png` (+0 -0) ➕ `blueprints/postgres-pgdog/template.toml` (+36 -0) 📝 `meta.json` (+19 -0) </details> ### 📄 Description **Template Name:** PostgreSQL with PgDog **Template URL:** https://github.com/pgdogdev/pgdog **Docker Compose Link:** https://github.com/pgdogdev/pgdog/blob/main/docker-compose.yml **Resources:** - Docs: https://docs.pgdog.dev - Website: https://pgdog.dev - Docker: ghcr.io/pgdogdev/pgdog **Template Description:** PostgreSQL database with PgDog connection pooler and load balancer. Modern PgBouncer alternative with multi-threading support. **Will you send a PR to implement it?** Yes --- <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-06-15 13:05:53 -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#13213