mirror of
https://github.com/Dokploy/templates.git
synced 2026-06-15 20:25:24 +02:00
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:
17
meta.json
17
meta.json
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user