mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-16 04:48:50 -05:00
[PR #830] [MERGED] Update Autobase to version 2.7 #15170
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Dokploy/templates/pull/830
Author: @vitabaks
Created: 4/28/2026
Status: ✅ Merged
Merged: 7/7/2026
Merged by: @Siumauricio
Base:
canary← Head:autobase-2-7📝 Commits (3)
19e0ed1Update Autobase to version 2.7224ebe9Add dbdesk_studio_data Docker volumea0b417dMerge remote-tracking branch 'origin/canary' into autobase-2-7📊 Changes
2 files changed (+5 additions, -3 deletions)
View changed files
📝
blueprints/autobase/docker-compose.yml(+3 -1)📝
meta.json(+2 -2)📄 Description
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.
Release notes:
What is this PR about?
New PR of [Template Name]
Checklist
Before submitting this PR, please make sure that:
Issues related (if applicable)
Close automatically the related issues using the keywords:
closes #ISSUE_NUMBERScreenshots or Videos
Now with the built-in SQL editor
Greptile Summary
This PR updates the Autobase template from version 2.5.2 to 2.7.2 by bumping the
autobase/consoleimage tag indocker-compose.ymland the corresponding version inmeta.json. It also adds the newdbdesk_studio_datanamed volume (required by the 2.7.x image for the built-in SQL editor), correctly declared at both the service and top-levelvolumes:sections.Confidence Score: 5/5
Safe to merge — a straightforward version bump with correct volume declaration.
All changes are correct: the image tag and meta.json version are in sync, the new named volume is properly declared at both the service and top-level, and no regressions are introduced. The previous P1 finding (missing top-level volume declaration) has been resolved in this revision.
No files require special attention.
Comments Outside Diff (1)
blueprints/autobase/docker-compose.yml, line 17-19 (link)dbdesk_studio_dataThe new named volume
dbdesk_studio_datais referenced in the service'svolumes:list but is not declared in the top-levelvolumes:section. Docker Compose will refuse to start with:Named volume "dbdesk_studio_data:/opt/dbdesk-studio:rw" is used in service "autobase-console" but no declaration was found in the volumes section.Reviews (2): Last reviewed commit: "Add dbdesk_studio_data Docker volume" | Re-trigger Greptile
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.