diff --git a/blueprints/autobase/docker-compose.yml b/blueprints/autobase/docker-compose.yml index d9f27a36..07b99485 100644 --- a/blueprints/autobase/docker-compose.yml +++ b/blueprints/autobase/docker-compose.yml @@ -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: \ No newline at end of file + console_postgres: diff --git a/meta.json b/meta.json index 7786da61..928546d9 100644 --- a/meta.json +++ b/meta.json @@ -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" ] }, {