mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-08 15:35:24 +02:00
Update Autobase to version 2.7 (#830)
* Update Autobase to version 2.7 Update autobase console image tag in blueprints/autobase/docker-compose.yml from 2.5.2 to 2.7.2 and bump the corresponding package version in meta.json to 2.7.2 to keep metadata in sync with the deployed image. * Add dbdesk_studio_data Docker volume --------- Co-authored-by: Mauricio Siu <siumauricio@icloud.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
autobase-console:
|
||||
image: autobase/console:2.5.2
|
||||
image: autobase/console:2.7.2
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "80"
|
||||
@@ -10,8 +10,10 @@ services:
|
||||
- PG_CONSOLE_AUTHORIZATION_TOKEN=${PG_CONSOLE_AUTHORIZATION_TOKEN}
|
||||
volumes:
|
||||
- console_postgres:/var/lib/postgresql
|
||||
- dbdesk_studio_data:/opt/dbdesk-studio
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- /tmp/ansible:/tmp/ansible
|
||||
|
||||
volumes:
|
||||
console_postgres:
|
||||
dbdesk_studio_data:
|
||||
|
||||
@@ -561,8 +561,8 @@
|
||||
{
|
||||
"id": "autobase",
|
||||
"name": "Autobase",
|
||||
"version": "2.5.2",
|
||||
"description": "Autobase for PostgreSQL® is an open-source alternative to cloud-managed databases (self-hosted DBaaS).",
|
||||
"version": "2.7.2",
|
||||
"description": "Autobase for PostgreSQL® is an open-source alternative to cloud-managed databases (self-hosted DBaaS).",
|
||||
"links": {
|
||||
"github": "https://github.com/vitabaks/autobase",
|
||||
"website": "https://autobase.tech/",
|
||||
|
||||
Reference in New Issue
Block a user