mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-15 23:02:03 -05:00
[GH-ISSUE #852] Templates should have the ability to opt-out from isolated deployments #15523
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 @nktnet1 on GitHub (May 8, 2026).
Original GitHub issue: https://github.com/Dokploy/templates/issues/852
Template Name
Cloudflared
Relevant Logs of the Error
Steps to Reproduce the Error
CLOUDFLARE_TUNNEL_TOKEN(you can use any non-empty string to observe the bug)When does this error occur?
During template deployment
Additional Context
Workaround is to simply disable isolated deployments.
Solutions could either be to:
network_mode: hostin the template and disable isolated deployment automaticallyAs an aside, I see this in the Plunk template:
d157cef3c3/blueprints/plunk/template.toml (L6-L7)However, it does not do anything (isolated deployment is still enabled in settings).
Will you send a PR to fix it?
No
@Siumauricio commented on GitHub (Jul 14, 2026):
This was addressed: the cloudflared template opts out of isolated deployment since
ff465cd(#856), and Dokploy core now exposes an isolated-deployment toggle per compose service, so templates/users can opt out when needed.