[PR #508] [MERGED] Feat : Add template for Valkey (#15) #1869

Closed
opened 2026-04-20 10:56:51 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/508
Author: @Harikrishnan1367709
Created: 11/6/2025
Status: Merged
Merged: 11/8/2025
Merged by: @Siumauricio

Base: mainHead: Add-template-for-Valkey-#15


📝 Commits (3)

  • 5165794 feat: Add Valkey template (#15)
  • 7c97c87 fixed the build issue
  • 80aa4c4 Merge branch 'main' into Add-template-for-Valkey-#15

📊 Changes

4 files changed (+156 additions, -0 deletions)

View changed files

blueprints/valkey/docker-compose.yml (+24 -0)
blueprints/valkey/template.toml (+56 -0)
blueprints/valkey/valkey.svg (+58 -0)
📝 meta.json (+18 -0)

📄 Description

Add template for Valkey, an open-source fork of Redis

Features:

  • Redis-compatible protocol
  • Password authentication
  • Data persistence (AOF)
  • Healthcheck monitoring
  • TCP access on port 6379

Fixes #15


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Dokploy/templates/pull/508 **Author:** [@Harikrishnan1367709](https://github.com/Harikrishnan1367709) **Created:** 11/6/2025 **Status:** ✅ Merged **Merged:** 11/8/2025 **Merged by:** [@Siumauricio](https://github.com/Siumauricio) **Base:** `main` ← **Head:** `Add-template-for-Valkey-#15` --- ### 📝 Commits (3) - [`5165794`](https://github.com/Dokploy/templates/commit/5165794c93849fac18e5d1e5b733e22c1d2a517b) feat: Add Valkey template (#15) - [`7c97c87`](https://github.com/Dokploy/templates/commit/7c97c876bbaadaacecd1dbcda24cce83d4fad301) fixed the build issue - [`80aa4c4`](https://github.com/Dokploy/templates/commit/80aa4c4ae91242ac8bf1d3a69fccebcb3e50aa24) Merge branch 'main' into Add-template-for-Valkey-#15 ### 📊 Changes **4 files changed** (+156 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `blueprints/valkey/docker-compose.yml` (+24 -0) ➕ `blueprints/valkey/template.toml` (+56 -0) ➕ `blueprints/valkey/valkey.svg` (+58 -0) 📝 `meta.json` (+18 -0) </details> ### 📄 Description Add template for Valkey, an open-source fork of Redis **Features:** - Redis-compatible protocol - Password authentication - Data persistence (AOF) - Healthcheck monitoring - TCP access on port 6379 Fixes #15 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-20 10:56:51 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/templates#1869