mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-16 04:48:50 -05:00
[GH-ISSUE #174] medusajs #16407
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?
Originally created by @MERakram on GitHub (Jun 9, 2025).
Original GitHub issue: https://github.com/Dokploy/templates/issues/174
@Siumauricio commented on GitHub (Jul 14, 2026):
Medusa v2 is a framework, not a one-click deployable app: there is no official Docker image (Docker Hub org
medusajsonly has an empty example repo; no public ghcr packages), and the official deployment docs only offer Medusa Cloud or self-hosting a project you scaffold yourself withcreate-medusa-app— each Medusa backend is your own codebase with compiled modules. A compose template can't express that withoutbuild:(unsupported here) or unmaintained third-party images. Happy to revisit if Medusa ever ships an official runnable image.