mirror of
https://github.com/Dokploy/templates.git
synced 2026-05-21 12:02:00 -05:00
[PR #869] feat: add Seq template #7213
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/869
Author: @souf92i
Created: 5/16/2026
Status: 🔄 Open
Base:
canary← Head:souf/add-seq-template📝 Commits (5)
db7d770feat: add Seq templated0e5300feat: add Seq template338423ffeat: add Seq template6051e5bfeat: add Seq template7cec7e4feat: add Seq template📊 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.ymlusing the officialdatalust/seq:latestimageseq-datavolume mounted at/dataACCEPT_EULA=Yblueprints/seq/template.tomlmapping the web UI/API to port80blueprints/seq/seq.svglocal SVG logometa.jsonentry with observability/logging tagsVerification
node dedupe-and-sort-meta.jsnpm run validate-template -- --dir ../blueprints/seqfrombuild-scripts/npm run validate-docker-compose -- --file ../blueprints/seq/docker-compose.ymlfrombuild-scripts/node build-scripts/process-meta.jsgit diff --check HEADNotes
Seq's official Docker documentation states that
/datastores configuration and log data, port80serves UI/API traffic, andACCEPT_EULA=Yis 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.