[PR #942] [MERGED] feat: add Seq template #16254

Closed
opened 2026-07-14 23:16:22 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/942
Author: @rohitmulani63-ops
Created: 6/22/2026
Status: Merged
Merged: 7/7/2026
Merged by: @Siumauricio

Base: canaryHead: codex/add-seq-template


📝 Commits (4)

  • 7e48953 feat: add Seq template
  • fceaf2d Merge remote-tracking branch 'origin/canary' into codex/add-seq-template
  • 0c916e3 Merge remote-tracking branch 'origin/canary' into codex/add-seq-template
  • 5c5b95a Merge remote-tracking branch 'origin/canary' into codex/add-seq-template

📊 Changes

5 files changed (+68 additions, -0 deletions)

View changed files

blueprints/seq/README.md (+13 -0)
blueprints/seq/docker-compose.yml (+17 -0)
blueprints/seq/logo.svg (+5 -0)
blueprints/seq/template.toml (+16 -0)
📝 meta.json (+17 -0)

📄 Description

What is this PR about?

/claim #152
Closes #815.

Adds a Seq template for Dokploy using the official Datalust Seq container pattern adapted for Dokploy.

This template includes:

  • Seq server pinned to datalust/seq:2025.2
  • Generated first-run admin password
  • Canonical URL configured from the Dokploy domain
  • Persistent /data volume
  • Dokploy domain routing for the UI and ingestion API on port 80
  • Template metadata, README, and SVG logo

Validation

  • node dedupe-and-sort-meta.js passed
  • npm.cmd run validate-template -- --dir ../blueprints/seq passed
  • npm.cmd run validate-docker-compose -- --file ../blueprints/seq/docker-compose.yml passed
  • git diff --check passed with only normal Windows CRLF warnings

Docker runtime validation was not possible in this environment because Docker is not installed here.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Dokploy/templates/pull/942 **Author:** [@rohitmulani63-ops](https://github.com/rohitmulani63-ops) **Created:** 6/22/2026 **Status:** ✅ Merged **Merged:** 7/7/2026 **Merged by:** [@Siumauricio](https://github.com/Siumauricio) **Base:** `canary` ← **Head:** `codex/add-seq-template` --- ### 📝 Commits (4) - [`7e48953`](https://github.com/Dokploy/templates/commit/7e4895341a33d05820be1bd0088c5ab0116e8ed5) feat: add Seq template - [`fceaf2d`](https://github.com/Dokploy/templates/commit/fceaf2da4e853593fe43f0cc12b6dee3a8d1674a) Merge remote-tracking branch 'origin/canary' into codex/add-seq-template - [`0c916e3`](https://github.com/Dokploy/templates/commit/0c916e3d7ed716f3c544aabda7135dbc2df650fc) Merge remote-tracking branch 'origin/canary' into codex/add-seq-template - [`5c5b95a`](https://github.com/Dokploy/templates/commit/5c5b95ac785ad68f87165f7fd223d328cb8eaef8) Merge remote-tracking branch 'origin/canary' into codex/add-seq-template ### 📊 Changes **5 files changed** (+68 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `blueprints/seq/README.md` (+13 -0) ➕ `blueprints/seq/docker-compose.yml` (+17 -0) ➕ `blueprints/seq/logo.svg` (+5 -0) ➕ `blueprints/seq/template.toml` (+16 -0) 📝 `meta.json` (+17 -0) </details> ### 📄 Description ## What is this PR about? /claim #152 Closes #815. Adds a Seq template for Dokploy using the official Datalust Seq container pattern adapted for Dokploy. This template includes: - Seq server pinned to `datalust/seq:2025.2` - Generated first-run admin password - Canonical URL configured from the Dokploy domain - Persistent `/data` volume - Dokploy domain routing for the UI and ingestion API on port 80 - Template metadata, README, and SVG logo ## Validation - `node dedupe-and-sort-meta.js` passed - `npm.cmd run validate-template -- --dir ../blueprints/seq` passed - `npm.cmd run validate-docker-compose -- --file ../blueprints/seq/docker-compose.yml` passed - `git diff --check` passed with only normal Windows CRLF warnings Docker runtime validation was not possible in this environment because Docker is not installed here. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-07-14 23:16:22 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/templates#16254