From 52ead47d98a3e8b9d2af8508969594665a2e92d6 Mon Sep 17 00:00:00 2001
From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com>
Date: Sun, 4 May 2025 23:36:48 -0600
Subject: [PATCH] docs: add warning about using preview deployments in public
repositories
---
.../content/docs/core/applications/preview-deployments.mdx | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/apps/docs/content/docs/core/applications/preview-deployments.mdx b/apps/docs/content/docs/core/applications/preview-deployments.mdx
index b68c04e..8c27176 100644
--- a/apps/docs/content/docs/core/applications/preview-deployments.mdx
+++ b/apps/docs/content/docs/core/applications/preview-deployments.mdx
@@ -7,6 +7,10 @@ Preview deployments are a powerful feature specifically designed for application
+
+We recommend not using preview deployments for public repositories, since external people can execute builds and deployments in your server.
+
+
## Configuration
By default, Dokploy generates dynamic domains using traefik.me domains, which are free and require no additional configuration. The default port is 3000, but you can adjust this based on your application's requirements. You can also limit the number of preview deployments per application (default is 3).