From 14c35954133a0310c71e65bb040f934e4970c95c Mon Sep 17 00:00:00 2001 From: Firu <105530193+Luzefiru@users.noreply.github.com> Date: Sun, 28 Dec 2025 21:22:41 +0800 Subject: [PATCH] feat(templates): update Postgresus to Databasus and bump Docker Image version --- templates/compose/postgresus.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/templates/compose/postgresus.yaml b/templates/compose/postgresus.yaml index a3a8a55e9..8f06599e5 100644 --- a/templates/compose/postgresus.yaml +++ b/templates/compose/postgresus.yaml @@ -1,17 +1,17 @@ -# documentation: https://postgresus.com/#guide -# slogan: Postgresus is a free, open source and self-hosted tool to backup PostgreSQL. +# documentation: https://databasus.com/installation +# slogan: Databasus is a free, open source and self-hosted tool to backup PostgreSQL, MySQL, and MongoDB. # category: devtools -# tags: postgres,backup +# tags: postgres,mysql,mongo,backup # logo: svgs/postgresus.svg # port: 4005 services: - postgresus: - image: rostislavdugin/postgresus:7fb59bb5d02fbaf856b0bcfc7a0786575818b96f # Released on 30 Sep, 2025 + databasus: + image: 'databasus/databasus:v2.18.0' environment: - - SERVICE_URL_POSTGRESUS_4005 + - SERVICE_URL_DATABASUS_4005 volumes: - - postgresus-data:/postgresus-data + - 'databasus-data:/databasus-data' healthcheck: test: ["CMD", "wget", "-qO-", "http://localhost:4005/api/v1/system/health"]