[PR #869] feat: add Seq template #7213

Open
opened 2026-05-18 19:19:02 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/869
Author: @souf92i
Created: 5/16/2026
Status: 🔄 Open

Base: canaryHead: souf/add-seq-template


📝 Commits (5)

📊 Changes

4 files changed (+52 additions, -0 deletions)

View changed files

blueprints/seq/docker-compose.yml (+15 -0)
blueprints/seq/seq.svg (+5 -0)
blueprints/seq/template.toml (+15 -0)
📝 meta.json (+17 -0)

📄 Description

What this does

Adds a Dokploy template for Seq, the self-hosted structured log and trace search server from Datalust.

Closes #815.

What's included

  • blueprints/seq/docker-compose.yml using the official datalust/seq:latest image
  • persistent seq-data volume mounted at /data
  • required ACCEPT_EULA=Y
  • first-run admin password generated through Dokploy template variables
  • canonical URL configured from the generated Dokploy domain
  • blueprints/seq/template.toml mapping the web UI/API to port 80
  • blueprints/seq/seq.svg local SVG logo
  • meta.json entry with observability/logging tags

Verification

  • node dedupe-and-sort-meta.js
  • npm run validate-template -- --dir ../blueprints/seq from build-scripts/
  • npm run validate-docker-compose -- --file ../blueprints/seq/docker-compose.yml from build-scripts/
  • node build-scripts/process-meta.js
  • git diff --check HEAD

Notes

Seq's official Docker documentation states that /data stores configuration and log data, port 80 serves UI/API traffic, and ACCEPT_EULA=Y is required. The template sets a generated first-run admin password instead of deploying without authentication.


🔄 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/869 **Author:** [@souf92i](https://github.com/souf92i) **Created:** 5/16/2026 **Status:** 🔄 Open **Base:** `canary` ← **Head:** `souf/add-seq-template` --- ### 📝 Commits (5) - [`db7d770`](https://github.com/Dokploy/templates/commit/db7d770fc7b0d3395d84e0a356649cb4d60db280) feat: add Seq template - [`d0e5300`](https://github.com/Dokploy/templates/commit/d0e5300f1a0ca5105ff0a7f4709f0555eb159397) feat: add Seq template - [`338423f`](https://github.com/Dokploy/templates/commit/338423f49d8f14953621124967b6fee7c50101b7) feat: add Seq template - [`6051e5b`](https://github.com/Dokploy/templates/commit/6051e5bc359592a09e6909a8487b79eaf120e11f) feat: add Seq template - [`7cec7e4`](https://github.com/Dokploy/templates/commit/7cec7e4e383d2bdace8faec5ec3169a59158b154) feat: add Seq template ### 📊 Changes **4 files changed** (+52 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `blueprints/seq/docker-compose.yml` (+15 -0) ➕ `blueprints/seq/seq.svg` (+5 -0) ➕ `blueprints/seq/template.toml` (+15 -0) 📝 `meta.json` (+17 -0) </details> ### 📄 Description ## What this does Adds a Dokploy template for Seq, the self-hosted structured log and trace search server from Datalust. Closes #815. ## What's included - `blueprints/seq/docker-compose.yml` using the official `datalust/seq:latest` image - persistent `seq-data` volume mounted at `/data` - required `ACCEPT_EULA=Y` - first-run admin password generated through Dokploy template variables - canonical URL configured from the generated Dokploy domain - `blueprints/seq/template.toml` mapping the web UI/API to port `80` - `blueprints/seq/seq.svg` local SVG logo - `meta.json` entry with observability/logging tags ## Verification - `node dedupe-and-sort-meta.js` - `npm run validate-template -- --dir ../blueprints/seq` from `build-scripts/` - `npm run validate-docker-compose -- --file ../blueprints/seq/docker-compose.yml` from `build-scripts/` - `node build-scripts/process-meta.js` - `git diff --check HEAD` ## Notes Seq's official Docker documentation states that `/data` stores configuration and log data, port `80` serves UI/API traffic, and `ACCEPT_EULA=Y` is required. The template sets a generated first-run admin password instead of deploying without authentication. --- <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-05-18 19:19:02 -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#7213