[PR #856] [MERGED] fix(cloudflared): opt-out of isolated deployment #13364

Closed
opened 2026-06-15 13:12:52 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/856
Author: @Siumauricio
Created: 5/9/2026
Status: Merged
Merged: 5/9/2026
Merged by: @Siumauricio

Base: canaryHead: fix/cloudflared-isolated-deployment


📝 Commits (1)

  • d0e9ba0 fix(cloudflared): opt-out of isolated deployment

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 blueprints/cloudflared/template.toml (+1 -0)

📄 Description

Summary

  • Adds isolated = false to the cloudflared template config
  • Cloudflared requires network_mode: host which is mutually exclusive with Docker networks
  • Without this, Dokploy injects networks into the compose causing: service cloudflared declares mutually exclusive network_mode and networks

Requires Dokploy/dokploy#4366


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Dokploy/templates/pull/856 **Author:** [@Siumauricio](https://github.com/Siumauricio) **Created:** 5/9/2026 **Status:** ✅ Merged **Merged:** 5/9/2026 **Merged by:** [@Siumauricio](https://github.com/Siumauricio) **Base:** `canary` ← **Head:** `fix/cloudflared-isolated-deployment` --- ### 📝 Commits (1) - [`d0e9ba0`](https://github.com/Dokploy/templates/commit/d0e9ba086ec3fc8a59c5fea1c47767fd9ae1ad8d) fix(cloudflared): opt-out of isolated deployment ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `blueprints/cloudflared/template.toml` (+1 -0) </details> ### 📄 Description ## Summary - Adds `isolated = false` to the cloudflared template config - Cloudflared requires `network_mode: host` which is mutually exclusive with Docker networks - Without this, Dokploy injects networks into the compose causing: `service cloudflared declares mutually exclusive network_mode and networks` Requires Dokploy/dokploy#4366 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-06-15 13:12:52 -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#13364