mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-15 14:52:05 -05:00
[PR #985] [MERGED] fix(kener): add required Redis service to fix REDIS_URL crash #15311
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/985
Author: @H3xKatana
Created: 7/8/2026
Status: ✅ Merged
Merged: 7/8/2026
Merged by: @Siumauricio
Base:
main← Head:fix/kener-add-redis📝 Commits (1)
c345475fix: add required Redis service to Kener template📊 Changes
3 files changed (+33 additions, -37 deletions)
View changed files
📝
blueprints/kener/docker-compose.yml(+23 -23)📝
blueprints/kener/meta.json(+1 -1)📝
blueprints/kener/template.toml(+9 -13)📄 Description
Description
Fixes #976
Kener v4 requires Redis for BullMQ background queues (caching, scheduler). Without it, the application crashes on startup with:
Changes
4.1.1(waslatest) for reproducible deploymentsREDIS_URLenv var pointing toredis://redis:6379postgresandmysqlservices — the default database is SQLite; these were unnecessary sidecars consuming resourcesPOSTGRES_USER,POSTGRES_PASSWORD,MYSQL_USER,MYSQL_PASSWORD, etc.)KENER_BASE_PATH(advanced setting, rarely needed)exposeinstead ofportsper Dokploy template conventionsdepends_onwithcondition: service_healthyso Kener waits for Redis to be readyValidation
generate-meta.js --checkpasses (476 templates validated)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.