Add Postgresus templates to automate postgres backups (#490)

* add postgresus templates to automate backups

* Simplify docker-compose.yml for postgresus service

Removed unnecessary container name and network configuration.

---------

Co-authored-by: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com>
This commit is contained in:
Sebastian G
2025-11-07 23:16:35 -07:00
committed by GitHub
parent 970aabfe3c
commit b6eb95e712
4 changed files with 60 additions and 0 deletions

View File

@@ -4541,6 +4541,23 @@
"webmail"
]
},
{
"id": "postgresus",
"name": "Postgresus",
"version": "latest",
"description": "Free, open source and self-hosted solution for automated PostgreSQL backups. With multiple storage options and notifications",
"logo": "postgresus.svg",
"links": {
"github": "hhttps://github.com/RostislavDugin/postgresus",
"website": "https://postgresus.com",
"docs": "https://postgresus.com"
},
"tags": [
"postgres",
"backup",
"s3"
]
},
{
"id": "postiz",
"name": "Postiz",