mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-20 01:13:55 -05:00
Kener v4 requires Redis for BullMQ background queues. Without it, the application crashes on startup with 'REDIS_URL is not defined' error. Changes: - Add Redis 7 Alpine service with healthcheck - Pin Kener image to v4.1.1 (was 'latest') - Add REDIS_URL env var pointing to redis://redis:6379 - Remove unused postgres and mysql services (SQLite is the default) - Remove unused env vars for removed DB services - Use expose instead of ports (Dokploy convention) - Add depends_on with service_healthy condition for Redis Fixes https://github.com/Dokploy/templates/issues/976