mirror of
https://github.com/Dokploy/templates.git
synced 2026-05-06 10:37:26 -05:00
[PR #376] [MERGED] Add Passbolt template blueprint to Dokploy templates #1770
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/376
Author: @Juupeee
Created: 9/17/2025
Status: ✅ Merged
Merged: 12/14/2025
Merged by: @Siumauricio
Base:
canary← Head:passbolt-template📝 Commits (4)
1a29671feat(templates): add Passbolt blueprint for Dokploy6cd9e15fix(meta): sort meta.json entries771430dfix: passbolt template had several issues that broke deploymentcdb9160Update blueprints/passbolt/template.toml📊 Changes
4 files changed (+146 additions, -0 deletions)
View changed files
➕
blueprints/passbolt/docker-compose.yml(+79 -0)➕
blueprints/passbolt/passbolt.svg(+8 -0)➕
blueprints/passbolt/template.toml(+41 -0)📝
meta.json(+18 -0)📄 Description
This pull request adds a new template blueprint for deploying Passbolt using Dokploy. Key changes include:
docker-compose.yml: Defines the Passbolt service and MariaDB, with support for environment variables, persistent volumes, and healthchecks.template.toml: Allows configuration of main domain, database credentials, and email settings via Dokploy template variables.meta.json: Adds metadata for the Passbolt template (ID, version, description, logo, and tags) to enable UI listing.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.