mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-16 04:48:50 -05:00
[PR #937] [MERGED] fix: keep Valkey internal #15267
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Dokploy/templates/pull/937
Author: @rohitmulani63-ops
Created: 6/22/2026
Status: ✅ Merged
Merged: 7/7/2026
Merged by: @Siumauricio
Base:
canary← Head:codex/fix-valkey-port-exposure📝 Commits (1)
31bfe98fix: keep Valkey internal📊 Changes
1 file changed (+0 additions, -2 deletions)
View changed files
📝
blueprints/valkey/docker-compose.yml(+0 -2)📄 Description
Summary
Closes #684.
Removes the bare
ports:mapping from the Valkey template so Dokploy does not publish Valkey externally on a random host port.Valkey still listens on port 6379 inside the compose network, but it is no longer exposed to the host. That matches the expected isolated deployment behavior for an internal database/cache service.
Validation
npm.cmd run validate-template -- --dir ../blueprints/valkeynpm.cmd run validate-docker-compose -- --file ../blueprints/valkey/docker-compose.ymlgit diff --checkThe template validator warns that Valkey has no configured domains, which is expected for this non-web service.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.