[GH-ISSUE #852] Templates should have the ability to opt-out from isolated deployments #10244

Open
opened 2026-06-07 20:45:45 -05:00 by GiteaMirror · 0 comments
Owner

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

service cloudflared declares mutually exclusive network_mode and networks: invalid compose project

Steps to Reproduce the Error

  1. Create a service from the cloudflared template
  2. Update your CLOUDFLARE_TUNNEL_TOKEN (you can use any non-empty string to observe the bug)
  3. Deploy and observe the error

When does this error occur?

During template deployment

Additional Context

Workaround is to simply disable isolated deployments.

Solutions could either be to:

  1. Detect network_mode: host in the template and disable isolated deployment automatically
  2. Add a method to configure the template with isolated deployment off

As an aside, I see this in the Plunk template:

However, it does not do anything (isolated deployment is still enabled in settings).

Will you send a PR to fix it?

No

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 > service cloudflared declares mutually exclusive `network_mode` and `networks`: invalid compose project ### Steps to Reproduce the Error 1. Create a service from the cloudflared template 2. Update your `CLOUDFLARE_TUNNEL_TOKEN` (you can use any non-empty string to observe the bug) 3. Deploy and observe the error ### When does this error occur? During template deployment ### Additional Context Workaround is to simply disable isolated deployments. Solutions could either be to: 1. Detect `network_mode: host` in the template and disable isolated deployment automatically 2. Add a method to configure the template with isolated deployment off As an aside, I see this in the Plunk template: - https://github.com/Dokploy/templates/blob/d157cef3c357550aff801c336b99611813b522ae/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
GiteaMirror added the bug label 2026-06-07 20:45:45 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/templates#10244