mirror of
https://github.com/Dokploy/templates.git
synced 2026-05-06 16:55:42 -05:00
[GH-ISSUE #282] Kener uses sqlite by default but also installs mariadb and postgres #3578
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 @jakobrosenberg on GitHub (Aug 13, 2025).
Original GitHub issue: https://github.com/Dokploy/templates/issues/282
By default Kener is configured for sqlite (
DATABASE_URL=sqlite://./database/kener.sqlite.db), yet it also installs two separate database services.This seems like a case of extreme and unnecessary bloat that could be handled through one of the following options: