mirror of
https://github.com/Dokploy/templates.git
synced 2026-05-06 10:37:26 -05:00
[PR #661] [CLOSED] Add wings template #3399
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/661
Author: @zaralX
Created: 1/17/2026
Status: ❌ Closed
Base:
canary← Head:add-wings-template📝 Commits (5)
f901da3Wings template | docker-compose.yml63eb87eWings template | Created v1.11.11 templatef8d8837Pterodacrtyl Wings | compose and meta fixesc68dba2Pterodacrtyl Wings | meta.json process-meta fixe52747aPterodactyl Wings | docker compose fix📊 Changes
4 files changed (+60 additions, -0 deletions)
View changed files
➕
blueprints/wings/docker-compose.yml(+33 -0)➕
blueprints/wings/pterodactyl.png(+0 -0)➕
blueprints/wings/template.toml(+11 -0)📝
meta.json(+16 -0)📄 Description
What is this PR about?
New PR of Pterodacrtyl Wings Template
Checklist
Before submitting this PR, please make sure that:
Issues related (if applicable)
Close automatically the related issues using the keywords:
closes #ISSUE_NUMBERScreenshots or Videos
Greptile Summary
This PR adds a new Dokploy template for Pterodactyl Wings (v1.11.11), the server control plane companion to Pterodactyl Panel. The template includes a
docker-compose.yml,template.toml, logo image, andmeta.jsonentry.Key issues found:
docker-compose.ymlusesportsinstead ofexpose: The Dokploy template conventions require usingexposerather thanports, since Dokploy manages its own networking and port routing. Usingportscan cause host port conflicts.your.wings.domain) and cert resolver (myresolver). Dokploy manages Traefik configuration automatically based ontemplate.toml, so these labels are redundant and will likely conflict with Dokploy's routing.template.tomlandmeta.jsonentries are well-structured and follow the project conventions correctly.meta.jsonanddocker-compose.yml, with a helpful comment explaining why the latest v1.12.0 is not used.Confidence Score: 2/5
portsinstead ofexposewhich violates project conventions and can cause host conflicts, and (2) hardcoded Traefik labels that will conflict with Dokploy's automatic routing. The template.toml and meta.json are correct, and the issues are straightforward to fix.blueprints/wings/docker-compose.yml— needsportschanged toexposeand Traefik labels removed.Last reviewed commit:
e52747a(2/5) Greptile learns from your feedback when you react with thumbs up/down!
Context used:
dashboard- AGENTS.md (source)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.