mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
feat: add Autobase template (#85)
* feat: add Autobase template * Added Autobase, an open-source alternative to cloud-managed databases, to the meta.json file with relevant details including version, description, links, logo, and tags. * Update blueprints/autobase/docker-compose.yml * Update blueprints/autobase/docker-compose.yml --------- Co-authored-by: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com>
This commit is contained in:
13
meta.json
13
meta.json
@@ -1,4 +1,17 @@
|
||||
[
|
||||
{
|
||||
"id": "autobase",
|
||||
"name": "Autobase",
|
||||
"version": "2.2.0",
|
||||
"description": "Autobase for PostgreSQL® is an open-source alternative to cloud-managed databases (DBaaS) such as Amazon RDS, Google Cloud SQL, Azure Database, and more.",
|
||||
"links": {
|
||||
"github": "https://github.com/vitabaks/autobase",
|
||||
"website": "https://autobase.tech/",
|
||||
"docs": "https://autobase.tech/docs"
|
||||
},
|
||||
"logo": "autobase.svg",
|
||||
"tags": ["database", "postgres", "self-hosted", "server"]
|
||||
},
|
||||
{
|
||||
"id": "appwrite",
|
||||
"name": "Appwrite",
|
||||
|
||||
Reference in New Issue
Block a user