mirror of
https://github.com/Dokploy/templates.git
synced 2026-05-22 22:44:09 -05:00
[PR #799] Add Multica template #2911
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/799
Author: @enemyrr
Created: 4/17/2026
Status: 🔄 Open
Base:
main← Head:multica-clean📝 Commits (1)
30d789cAdd Multica template📊 Changes
4 files changed (+136 additions, -0 deletions)
View changed files
➕
blueprints/multica/docker-compose.yml(+68 -0)➕
blueprints/multica/multica.svg(+7 -0)➕
blueprints/multica/template.toml(+40 -0)📝
meta.json(+21 -0)📄 Description
Summary
Adds a blueprint for Multica — an open-source managed agents platform for teams (assign tasks to AI coding agents like Claude Code, Codex, OpenClaw, etc.).
Services
pgvector/pgvector:pg17https://github.com/multica-ai/multica.git#mainwithDockerfile)Dockerfile.web)Multica doesn't publish pre-built images yet, so the template builds from the remote git context — same pattern
firecrawl/nuq-postgresuses.Traefik domains
Two public domains are exposed:
${app_domain}→frontend:3000${api_domain}→backend:8080(needed by themulticaCLI/daemon)NEXT_PUBLIC_WS_URLis baked into the frontend build pointing atwss://${api_domain}/ws.Login
Out of the box, non-production environments accept verification code
888888for any email. For production, setRESEND_API_KEY/RESEND_FROM_EMAIL.Test plan
app_domain, log in with888888api_domainGreptile Summary
Adds a new Multica blueprint — a three-service stack (postgres/pgvector, Go backend, Next.js frontend) that builds from the upstream git repo since no pre-built images are published. The template structure (dual-domain variables,
[config.env]table, healthcheck on postgres) is consistent with existing multi-domain templates like typebot.The only deviations from AGENTS.md conventions are:
portsused instead ofexposefor both application services, and the missingversion: "3.8"field at the top ofdocker-compose.yml. Both are minor style concerns with no impact on runtime behavior.Confidence Score: 5/5
Safe to merge; all findings are P2 style/convention issues with no runtime impact.
All three comments are P2 —
portsvsexposeand the missingversionfield are documented conventions in AGENTS.md but have no functional effect on Dokploy deployments. No logic bugs, security issues, or data-integrity problems were found.blueprints/multica/docker-compose.yml — minor style fixes for ports and version field
Reviews (1): Last reviewed commit: "Add Multica template" | Re-trigger Greptile
Context used:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.