mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
Add pgAdmin blueprint with Docker Compose and metadata
- Introduced pgAdmin entry in meta.json with relevant details and links. - Added Docker Compose configuration for pgAdmin service. - Included pgAdmin logo and template.toml for configuration settings.
This commit is contained in:
17
meta.json
17
meta.json
@@ -1875,5 +1875,22 @@
|
||||
"workflow",
|
||||
"nextjs"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "pgadmin",
|
||||
"name": "pgAdmin",
|
||||
"version": "8.3",
|
||||
"description": "pgAdmin is the most popular and feature rich Open Source administration and development platform for PostgreSQL, the most advanced Open Source database in the world.",
|
||||
"links": {
|
||||
"github": "https://github.com/pgadmin-org/pgadmin4",
|
||||
"website": "https://www.pgadmin.org/",
|
||||
"docs": "https://www.pgadmin.org/docs/"
|
||||
},
|
||||
"logo": "pgadmin.webp",
|
||||
"tags": [
|
||||
"database",
|
||||
"postgres",
|
||||
"admin"
|
||||
]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user