mirror of
https://github.com/Dokploy/templates.git
synced 2026-05-06 10:37:26 -05:00
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/736
Author: @dosubot[bot]
Created: 3/5/2026
Status: 🔄 Open
Base:
canary← Head:dosu/doc-update-730📝 Commits (1)
92020b2docs: Dosu updates for PR #730📊 Changes
1 file changed (+7 additions, -4 deletions)
View changed files
📝
.github/copilot-instructions.md(+7 -4)📄 Description
Update documentation for https://github.com/Dokploy/templates/pull/730
Generated by Dosu
Greptile Summary
This PR updates
.github/copilot-instructions.mdto clarify the port-mapping policy introduced in PR #730: blueprints must useexposeinstead ofportswith host mappings, and this is now stated explicitly ("NEVER useportswith host port mappings") in three places—the key files section, the development workflow, and the conventions section.AGENTS.mdguidance (line 150: "NEVER include:ports(useexposeonly)").ports.docker-compose.yml"usesexpose: ["2368"]for port exposure", butblueprints/ghost/docker-compose.ymlcontains noexposedirective at all—Ghost's port is handled entirely viatemplate.toml's domain configuration. Since this line is labelled as the reference example for AI agents, the inaccuracy should be corrected.Confidence Score: 4/5
expose: ["2368"]when it does not) lowers the score slightly because this file serves as an AI collaboration guide and inaccurate examples can mislead generated blueprints.expose.Last reviewed commit:
92020b2(4/5) You can add custom instructions or style guidelines for the agent here!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.