mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-15 23:02:03 -05:00
[GH-ISSUE #965] Redis #14551
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?
Originally created by @deyoyk on GitHub (Jun 28, 2026).
<html> <html><head></head>Original GitHub issue: https://github.com/Dokploy/templates/issues/965
Template Request
Template Name
Redis
Description
I'd like to request an official Redis template for the Dokploy Templates repository. Redis is one of the most commonly used services for caching, sessions, queues, rate limiting, and pub/sub, so having an official template would make deployments much easier.
Why should this template be added?
Right now, users have to create their own Docker Compose file or copy one from another source whenever they need Redis. An official template would make it much quicker to get started.
It would:
Save time
Keep deployments consistent
Help new users get started faster
Provide a trusted default configuration
Docker Image
Environment Variables
Variable | Description -- | -- REDIS_PASSWORD | Password for Redis (optional)Example Compose
Documentation
https://hub.docker.com/_/redis
Additional Notes
Redis is used in a huge number of applications for caching, queues, sessions, and real-time features. Having an official template would save users from creating the same setup repeatedly and would be a useful addition to the existing template collection.
</html> </html>@Siumauricio commented on GitHub (Jul 7, 2026):
Redis is available natively in Dokploy as a first-class database service (Create Service → Database → Redis), so it doesn't need a compose template here. There's also a
valkeytemplate in this repo if you prefer the OSS fork. Thanks!