Skip to content

Blueprints/portabase - #1055

Open
Asuniia wants to merge 2 commits into
Dokploy:canaryfrom
Asuniia:blueprints/portabase
Open

Blueprints/portabase#1055
Asuniia wants to merge 2 commits into
Dokploy:canaryfrom
Asuniia:blueprints/portabase

Conversation

@Asuniia

@Asuniia Asuniia commented Jul 27, 2026

Copy link
Copy Markdown

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

Copilot AI review requested due to automatic review settings July 27, 2026 12:02
@dosubot dosubot Bot added size:S This PR changes 10-29 lines, ignoring generated files. new-template labels Jul 27, 2026
@github-actions

github-actions Bot commented Jul 27, 2026

Copy link
Copy Markdown
built with Refined Cloudflare Pages Action

⚡ Cloudflare Pages Deployment

Name Status Preview Last Commit
templates ✅ Ready (View Log) Visit Preview cbd1211

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.yml defining the Portabase app service plus a PostgreSQL dependency.
  • Added template.toml defining variables, environment values, and domain mapping.
  • Added meta.json and portabase.svg to 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}

Comment thread blueprints/portabase/docker-compose.yml
{
"id": "portabase",
"name": "Portabase",
"version": "latest",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

new-template size:S This PR changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants