mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-16 04:48:50 -05:00
[GH-ISSUE #646] Dokployfile.yml Concept & Template Generator
#12686
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 @dealenx on GitHub (Jan 11, 2026).
Original GitHub issue: https://github.com/Dokploy/templates/issues/646
Hey Dokploy team! 👋
My main goal is to make use of the functionality Templates in Dokploy are as simple and accessible as possible. Currently, the process of creating and sharing templates looks difficult in my opinion, so this slows down their distribution.
I wanted sharing the template to be as easy as linking to a GitHub repository
💡 The solution: Dokployfile.yml as an alternative to meta.json
I have developed the concept of a Dokployfile, which is a simple YAML manifest that lies in the repository next to your code. It works by analogy with package.json or Dockerfile: describes metadata, icons, and specifies the path to docker-compose and template.toml.
🛠 Live Generator
To demonstrate this, I built a tool that parses a Dokployfile from any public GitHub repository and instantly generates the Base64 data needed for Dokploy.
👉 Try the Live Generator here (This link generates a template from template)
👉 Template Example here
Example Dokployfile.yml:
The concept is described in more detail in my repository: dealenx/Dokployfile.
Template view (Link):

Template Generator view (Link):
