mirror of
https://github.com/Dokploy/templates.git
synced 2026-05-06 16:55:42 -05:00
[PR #541] [MERGED] feat(docmost): add fully updated Docmost template with fixed docker-compose and template.toml #1893
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/541
Author: @Pepperjack-svg
Created: 11/20/2025
Status: ✅ Merged
Merged: 1/28/2026
Merged by: @Siumauricio
Base:
canary← Head:main📝 Commits (2)
53c2ddbNew Templates (#586)ea1174cfeat: Add scrutiny template (#500)📊 Changes
109 files changed (+15756 additions, -5217 deletions)
View changed files
📝
.github/pull_request_template.md(+4 -3)📝
.github/workflows/deploy-preview.yml(+3 -1)📝
.github/workflows/deploy-production.yml(+0 -0)➕
.github/workflows/validate-docker-compose.yml(+317 -0)📝
.github/workflows/validate-meta.yml(+2 -2)📝
.github/workflows/validate.yml(+2 -2)➕
.gitignore(+1 -0)📝
README.md(+2 -2)➖
app/package-lock.json(+0 -4248)📝
app/pnpm-lock.yaml(+975 -809)📝
blueprints/ackee/template.toml(+1 -0)➕
blueprints/anytype/docker-compose.yml(+19 -0)➕
blueprints/anytype/logo.png(+0 -0)➕
blueprints/anytype/template.toml(+4 -0)➕
blueprints/bluesky-pds/bluesky-pds.svg(+3 -0)➕
blueprints/bluesky-pds/docker-compose.yml(+48 -0)➕
blueprints/bluesky-pds/template.toml(+36 -0)📝
blueprints/budibase/docker-compose.yml(+0 -3)📝
blueprints/chatwoot/docker-compose.yml(+0 -6)➕
blueprints/chirpstack/chirpstack.png(+0 -0)...and 80 more files
📄 Description
Summary
This PR adds a fully updated and Dokploy-compliant Docmost template, including corrected
docker-compose.yml, improved environment variable handling, and a propertemplate.tomlusing variable helpers.Changes Included
docker-compose.ymlfor Docmosttemplate.tomlusing:${domain}helper for APP_URL${password:32}and${password:64}for DB_PASSWORD and APP_SECRETdocmostentry tometa.jsoncontainer_nameports(usingexpose)serviceNamematching docker-composeAPP_URLAPP_SECRETDB_PASSWORDnode dedupe-and-sort-meta.jsto ensure metadata cleanup and sortingTesting
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.