Skip to content

feat: support custom Docker image via DOKPLOY_IMAGE env var#3584

Open
vtomasr5 wants to merge 1 commit intoDokploy:canaryfrom
vtomasr5:support-custom-dokploy-image
Open

feat: support custom Docker image via DOKPLOY_IMAGE env var#3584
vtomasr5 wants to merge 1 commit intoDokploy:canaryfrom
vtomasr5:support-custom-dokploy-image

Conversation

@vtomasr5
Copy link
Contributor

@vtomasr5 vtomasr5 commented Feb 3, 2026

What is this PR about?

Add support for running Dokploy with a custom Docker image from any registry. This allows users to deploy modified Dokploy images from private registries without the UI overwriting them during reload/update.

The DOKPLOY_IMAGE environment variable accepts a complete image path (e.g., myregistry.io/my-dokploy:v1.0) and takes priority over RELEASE_TAG.

Priority order:

  1. DOKPLOY_IMAGE (full custom image path)
  2. RELEASE_TAG (custom tag with official image)
  3. Default: dokploy/dokploy:latest

Checklist

Before submitting this PR, please make sure that:

Issues related (if applicable)

Screenshots (if applicable)

@vtomasr5 vtomasr5 requested a review from Siumauricio as a code owner February 3, 2026 11:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant