-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Open
Labels
enhancementNew feature or requestNew feature or request
Description
What problem will this feature address?
Currently, preview deployments always trigger a build process on the production server, which can cause slowdowns and even downtime for other running services.
Describe the solution you'd like
It would be great if Dokploy supported deploying preview environments directly from a pre-built Docker image, which is built on CI/CD (e.g., GitHub Actions). Users could specify an image from a registry (such as DockerHub or GitHub Container Registry), and Dokploy would use that image for the preview deployment, skipping the build step on the production server entirely.
Describe alternatives you've considered
Do not use preview deployments.
Additional context
No response
Will you send a PR to implement it?
Maybe, need help
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request