mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-16 13:24:11 -05:00
[PR #935] [CLOSED] feat: add Open Source POS template #17266
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/935
Author: @rohitmulani63-ops
Created: 6/22/2026
Status: ❌ Closed
Base:
canary← Head:codex/add-opensourcepos-template📝 Commits (1)
0da9fe8feat: add Open Source POS template📊 Changes
4 files changed (+84 additions, -0 deletions)
View changed files
➕
blueprints/opensourcepos/docker-compose.yml(+36 -0)➕
blueprints/opensourcepos/opensourcepos.svg(+11 -0)➕
blueprints/opensourcepos/template.toml(+19 -0)📝
meta.json(+18 -0)📄 Description
Summary
/claim #152
Closes #860.
Adds an Open Source POS template adapted from the official Docker compose setup.
The template includes:
ALLOWED_HOSTNAMESwired from the Dokploy domain, matching the app's production host-header security requirementFORCE_HTTPS=truefor proxy/TLS-offload deployments behind DokployValidation
node dedupe-and-sort-meta.jsnpm.cmd run validate-template -- --dir ../blueprints/opensourceposnpm.cmd run validate-docker-compose -- --file ../blueprints/opensourcepos/docker-compose.ymlgit diff --checkpassed with only normal CRLF line-ending warningsNot run: full Docker runtime smoke test, because Docker is unavailable locally.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.