Blueprints/portabase - #1055
Open
Asuniia wants to merge 2 commits into
Open
Conversation
built with Refined Cloudflare Pages Action⚡ Cloudflare Pages Deployment
|
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new Portabase blueprint under blueprints/portabase/, providing the Dokploy template configuration (Compose + TOML), template metadata, and an SVG logo so the app can be deployed and displayed in the templates catalog.
Changes:
- Added
docker-compose.ymldefining the Portabase app service plus a PostgreSQL dependency. - Added
template.tomldefining variables, environment values, and domain mapping. - Added
meta.jsonandportabase.svgto register and brand the template.
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| blueprints/portabase/docker-compose.yml | Adds Portabase + Postgres services, env wiring, volumes, and healthchecks. |
| blueprints/portabase/template.toml | Defines Dokploy variables, env values (including DATABASE_URL), and domain routing for Portabase. |
| blueprints/portabase/meta.json | Registers the Portabase template metadata (id/name/version/links/tags/logo). |
| blueprints/portabase/portabase.svg | Adds the Portabase logo asset referenced by metadata. |
Comments suppressed due to low confidence (1)
blueprints/portabase/docker-compose.yml:15
- Telemetry is enabled by default (
TELEMETRY:-true). For privacy-friendly defaults in templates, it’s safer to disable telemetry by default and let users opt in.
- TELEMETRY=${TELEMETRY:-true}
| { | ||
| "id": "portabase", | ||
| "name": "Portabase", | ||
| "version": "latest", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What is this PR about?
New PR of Portabase
Checklist
Before submitting this PR, please make sure that:
Issues related (if applicable)
Close automatically the related issues using the keywords:
closes #ISSUE_NUMBER