mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-15 14:52:05 -05:00
[PR #1020] [MERGED] feat: add Steedos template #16328
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/1020
Author: @Siumauricio
Created: 7/14/2026
Status: ✅ Merged
Merged: 7/14/2026
Merged by: @Siumauricio
Base:
canary← Head:feat/steedos📝 Commits (1)
62850c3feat: add Steedos template📊 Changes
4 files changed (+42 additions, -0 deletions)
View changed files
➕
blueprints/steedos/docker-compose.yml(+13 -0)➕
blueprints/steedos/meta.json(+16 -0)➕
blueprints/steedos/steedos.png(+0 -0)➕
blueprints/steedos/template.toml(+13 -0)📄 Description
Summary
Adds a template for Steedos (https://github.com/steedos/steedos-platform), an open-source low-code platform and alternative to Salesforce, requested in #232.
steedos/steedos-community:3.0.14(latest stable release, actively maintained)steedos-data:/steedos-storage) persists configuration (auto-generated credentials inconfiguration/docker.env), MongoDB data and file attachmentsROOT_URLis wired to the generated domain; nginx listens on port 80 (default,PORTmust stay unset since it controls the internal nginx listen port)Test evidence
Deployed on a Dokploy instance from this exact compose + toml:
done, container healthyGET /→ HTTP 200 with the Steedos app shell (<title>Steedos</title>, amis UI)GET /api/health→ HTTP 200{"status":"ok"}node build-scripts/generate-meta.js --check→ 477 templates validatedNote: first boot takes a few minutes while the entrypoint initializes the embedded MongoDB replica set; the built-in healthcheck (120s start period) covers this.
Closes #232
🤖 Generated with Claude Code
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.