Skip to content

Support preview deployments from pre-built Docker images (built via CI/CD) #2386

@rouvenschandl

Description

@rouvenschandl

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions