Update Autobase to v2.3.0 (#244)

* Update Autobase to v2.3.0

* Update meta.json

* Update tags
This commit is contained in:
Vitaliy Kukharik
2025-07-28 11:46:50 +07:00
committed by GitHub
parent bf327c3bad
commit 05c014b26b
2 changed files with 5 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
services:
autobase-console:
image: autobase/console:2.2.0
image: autobase/console:2.3.0
restart: unless-stopped
ports:
- "80"
@@ -14,4 +14,4 @@ services:
- /tmp/ansible:/tmp/ansible
volumes:
console_postgres:
console_postgres:

View File

@@ -2,7 +2,7 @@
{
"id": "autobase",
"name": "Autobase",
"version": "2.2.0",
"version": "2.3.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",
@@ -13,8 +13,9 @@
"tags": [
"database",
"postgres",
"automation",
"self-hosted",
"server"
"dbaas"
]
},
{