mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-15 14:52:05 -05:00
[PR #1006] [MERGED] fix: add Databasus template (Postgresus was renamed upstream) #16314
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/1006
Author: @Siumauricio
Created: 7/14/2026
Status: ✅ Merged
Merged: 7/14/2026
Merged by: @Siumauricio
Base:
canary← Head:fix/databasus-rename📝 Commits (1)
cd16441fix: add databasus (postgresus renamed upstream)📊 Changes
6 files changed (+69 additions, -5 deletions)
View changed files
➕
blueprints/databasus/databasus.svg(+12 -0)➕
blueprints/databasus/docker-compose.yml(+22 -0)➕
blueprints/databasus/meta.json(+17 -0)➕
blueprints/databasus/template.toml(+11 -0)📝
blueprints/postgresus/docker-compose.yml(+3 -1)📝
blueprints/postgresus/meta.json(+4 -4)📄 Description
Summary
The Postgresus project was renamed upstream to Databasus:
https://github.com/RostislavDugin/postgresusnow returns a 301 redirect to https://github.com/databasus/databasusdatabasus/databasus(currently at v3.49.0); the oldrostislavdugin/postgresusimage is frozen at its final release v2.15.3postgresus.comno longer resolves (TLS failure); the project now lives at https://databasus.comChanges
New template:
blueprints/databasus/docker-compose.ymlusingdatabasus/databasus:latest, port 4005, persistent volume at/databasus-data, and the upstream-recommendeddatabasus healthcheckhealthcheckmeta.jsonwith the new repo/website/docs links and the official square logo from the upstream repo (assets/logo-square.svg)template.tomlexposing the UI domain on port 4005Updated template:
blueprints/postgresus/(kept, deprecated)The old image still exists on Docker Hub, so instead of deleting the template (which would break discoverability for existing users) it was kept minimally working:
rostislavdugin/postgresus:v2.15.3(thelatesttag is frozen and will never receive updates)meta.jsondescription now marks it as deprecated and points users to the Databasus template; deadpostgresus.comlinks replaced withdatabasus.comIf maintainers prefer to remove the old template entirely instead, happy to drop the
blueprints/postgresus/folder in this PR.Verification
Deployed the new
databasustemplate on a live Dokploy instance:Databasus - databases backups (PostgreSQL, MySQL, MongoDB)node build-scripts/generate-meta.js --checkpasses (477 templates validated)Closes #666
🤖 Generated with Claude Code
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.