mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-16 04:48:50 -05:00
[PR #650] feat: add SimAiStudio template with PostgreSQL and realtime support #4982
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/650
Author: @Harikrishnan1367709
Created: 1/13/2026
Status: 🔄 Open
Base:
canary← Head:Add-SimAi-Template📝 Commits (1)
3fd8265feat: add SimAiStudio template with PostgreSQL and realtime support📊 Changes
4 files changed (+152 additions, -0 deletions)
View changed files
➕
blueprints/simstudio/docker-compose.yml(+92 -0)➕
blueprints/simstudio/sim.png(+0 -0)➕
blueprints/simstudio/template.toml(+41 -0)📝
meta.json(+19 -0)📄 Description
📦 Added SimAiStudio Template
Open-source AI agent workflow platform for building intelligent automation workflows.
Services:
Key Features:
Files:
docker-compose.yml,template.toml,sim.png,meta.jsonGreptile Summary
Adds a new SimAiStudio template for deploying an AI agent workflow platform via Dokploy. The template includes four services: the main Next.js app, a WebSocket realtime server, a PostgreSQL database with pgvector, and a one-shot migration runner.
expose(noports), nocontainer_nameornetworks, proper health checks, and volume persistencews.subdomain for the realtime WebSocket servertemplate.tomlproperly generates secrets using${password:32},${base64:32}, and${password:16}helpers:latesttags rather than pinned versions, anddocker-compose.ymlcontains weak default fallback values for secrets and admin credentials (though these are overridden bytemplate.tomlin Dokploy deployments)Confidence Score: 4/5
Last reviewed commit:
3fd8265Context used:
dashboard- AGENTS.md (source)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.