Dokploy / Dokploy/dokploy

feat: add Valkey database type

Open
#5,275 1 comment 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
TypeScript
Stars
37.4k
Forks
3k
Avg merge
1d 3h
Merged PRs (30d)
73

Description

What problem will this feature address?

Dokploy currently provides Redis as a database type, but not Valkey, the open-source, Redis-compatible alternative.

Describe the solution you'd like

Replace the Redis database type with Valkey, using the official Valkey image while keeping the existing database management functionality.

Describe alternatives you've considered
  • Manually deploying Valkey as an application/container.
  • Continuing to use Redis.
Additional context

Valkey is Redis-compatible and fully open source.

Will you send a PR to implement it?

No

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue does not name files or tests; start by locating the existing Redis database-type definition and its related tests or management entry points. Replace that type with the official Valkey image while preserving the existing database management functionality, then run the relevant database tests.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker, typescript
Domain
databases, devops
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
66/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.