mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-16 04:48:50 -05:00
[PR #754] feat: add electric-sql blueprint template #2069
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Dokploy/templates/pull/754
Author: @ahmed-lotfy-dev
Created: 3/26/2026
Status: 🔄 Open
Base:
canary← Head:feat/add-electric-sql-template📝 Commits (1)
8dedee8feat: add electric-sql blueprint template📊 Changes
4 files changed (+55 additions, -18 deletions)
View changed files
➕
blueprints/electric-sql/docker-compose.yml(+17 -0)➕
blueprints/electric-sql/logo.svg(+1 -0)➕
blueprints/electric-sql/template.toml(+19 -0)📝
meta.json(+18 -18)📄 Description
What is this PR about?
New PR of [ElectricSQL]
Adds a high-performance, open-source sync engine (ElectricSQL) allowing users to bypass cloud quotas and host their own real-time local-first PostgreSQL synchronization.
Template features:
container_nameand docker-compose.yml guidelines.ELECTRIC_SECRET.Checklist
Before submitting this PR, please make sure that:
Issues related (if applicable)
N/A
Screenshots or Videos
(You can drag and drop a screenshot of the ElectricSQL dashboard here later if Dokploy asks for one, but it's optional!)
Greptile Summary
This PR adds an ElectricSQL blueprint template to the Dokploy template collection, providing a self-hosted sync engine for PostgreSQL. The overall structure is reasonable, but there are several blocking issues that need to be resolved before merging.\n\nKey issues found:\n\n- Broken logo file (
blueprints/electric-sql/logo.svg): The file contains the literal text404: Not Foundrather than valid SVG content. The logo was never successfully sourced and must be replaced with the actual ElectricSQL SVG logo.\n- Accidental Strapi deletion (meta.json): The existingstrapitemplate entry has been inadvertently removed. This is an unrelated change that will break the Strapi template for all users — it must be restored.\n- Unpinned Docker image tag:electricsql/electric:latestshould be pinned to the specific version referenced inmeta.json(1.4.15) to ensure reproducibility and prevent supply chain risk (perAGENTS.md).\n- Service name mismatch: The service is namedelectricindocker-compose.ymlandtemplate.toml, butAGENTS.mdrequires the service name to match the blueprint folder name exactly (electric-sql).Confidence Score: 1/5
Not safe to merge — contains a broken logo file, an accidental deletion of an unrelated template (Strapi), and a non-compliant unpinned image tag.
Three separate blocking issues exist: a completely invalid logo asset, an unintended removal of the Strapi entry from meta.json (which would break an existing live template), and an unpinned Docker image tag against explicit project policy. These must all be fixed before the PR can be merged safely.
All four changed files require attention:
logo.svg(broken content),docker-compose.yml(unpinned image, wrong service name),template.toml(service name mismatch), andmeta.json(accidental Strapi deletion).Important Files Changed
Comments Outside Diff (1)
meta.json, line 5970-5987 (link)This PR removes the existing
strapientry frommeta.json, which is completely unrelated to adding ElectricSQL. Strapi is an established template in the repository and should not be removed. This looks like an unintentional edit — perhaps a copy/paste or merge conflict that deleted this block.The Strapi entry (with
id: "strapi",name: "Strapi", etc.) needs to be restored.Reviews (1): Last reviewed commit: "feat: add electric-sql blueprint templat..." | Re-trigger Greptile
(2/5) Greptile learns from your feedback when you react with thumbs up/down!
Context used:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.