mirror of
https://github.com/Dokploy/templates.git
synced 2026-05-08 17:48:34 -05:00
[PR #782] feat: add Shopware blueprint #1309
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/782
Author: @zrja
Created: 4/9/2026
Status: 🔄 Open
Base:
canary← Head:zrja/shopware-v1📝 Commits (4)
ac5f9b9feat: add shopware blueprint3100430fix: address shopware review feedbackd0821bdfix: remove duplicate strapi entryfed39e3fix: address remaining shopware review notes📊 Changes
4 files changed (+449 additions, -18 deletions)
View changed files
➕
blueprints/shopware/docker-compose.yml(+328 -0)➕
blueprints/shopware/logo.svg(+24 -0)➕
blueprints/shopware/template.toml(+78 -0)📝
meta.json(+19 -18)📄 Description
What is this PR about?
New PR of Shopware
This PR:
shopwareblueprint withdocker-compose.yml,template.toml, andlogo.svgshopwareentry tometa.jsonnode dedupe-and-sort-meta.jsshopwareChecklist
Before submitting this PR, please make sure that:
Issues related (if applicable)
None.
Screenshots or Videos
Not included.
Greptile Summary
This PR adds a complete Shopware 6 blueprint with a multi-stage init chain (bootstrap → init-permissions → init → runtime services), MySQL 8.4, Redis 7.4, a background worker, and a scheduler. All repo conventions are met: version
3.8, named volumes only,exposeinstead ofports, and the primary service is namedshopwareto match the blueprint folder.The only finding is a minor inconsistency in the
init,shopware,worker, andschedulerentrypoints, which use a bare$for shell command substitutions ($(cat ...)) whilebootstrapcorrectly uses$$to escape the$from Docker Compose's variable interpolation engine. In practice this works on current Docker Compose v2, but the$$form is the guaranteed-safe approach.Confidence Score: 5/5
$vs$$inconsistency that works correctly on all current Docker Compose v2 releases.Reviews (2): Last reviewed commit: "fix: address remaining shopware review n..." | Re-trigger Greptile
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.