feat(templates): update Postgresus to Databasus and bump Docker Image (#7799)

This commit is contained in:
Andras Bacsai
2026-01-02 16:57:44 +01:00
committed by GitHub
5 changed files with 33 additions and 22 deletions
+20
View File
@@ -0,0 +1,20 @@
# 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,mysql,mongo,backup
# logo: svgs/databasus.svg
# port: 4005
services:
databasus:
image: 'databasus/databasus:v2.18.0' # Released on 28 Dec, 2025
environment:
- SERVICE_URL_DATABASUS_4005
volumes:
- 'databasus-data:/databasus-data'
healthcheck:
test:
['CMD', 'wget', '-qO-', 'http://localhost:4005/api/v1/system/health']
interval: 5s
timeout: 10s
retries: 5
-20
View File
@@ -1,20 +0,0 @@
# documentation: https://postgresus.com/#guide
# slogan: Postgresus is a free, open source and self-hosted tool to backup PostgreSQL.
# category: devtools
# tags: postgres,backup
# logo: svgs/postgresus.svg
# port: 4005
services:
postgresus:
image: rostislavdugin/postgresus:7fb59bb5d02fbaf856b0bcfc7a0786575818b96f # Released on 30 Sep, 2025
environment:
- SERVICE_URL_POSTGRESUS_4005
volumes:
- postgresus-data:/postgresus-data
healthcheck:
test:
["CMD", "wget", "-qO-", "http://localhost:4005/api/v1/system/health"]
interval: 5s
timeout: 10s
retries: 5