mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-15 14:52:05 -05:00
[PR #934] [MERGED] feat: add Zulip template #15264
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/934
Author: @rohitmulani63-ops
Created: 6/22/2026
Status: ✅ Merged
Merged: 7/8/2026
Merged by: @Siumauricio
Base:
canary← Head:codex/add-zulip-template📝 Commits (5)
b2bf966feat: add Zulip templatec69a290Update Zulip reverse proxy settingsff9e609Merge remote-tracking branch 'origin/canary' into codex/add-zulip-templateb94dd44Merge remote-tracking branch 'origin/canary' into codex/add-zulip-template56df572fix: trust Dokploy's Traefik proxy via LOADBALANCER_IPS📊 Changes
4 files changed (+158 additions, -0 deletions)
View changed files
➕
blueprints/zulip/docker-compose.yml(+113 -0)➕
blueprints/zulip/meta.json(+18 -0)➕
blueprints/zulip/template.toml(+21 -0)➕
blueprints/zulip/zulip.svg(+6 -0)📄 Description
Summary
/claim #152
Closes #272.
Adds a Zulip template using the current official
ghcr.io/zulip/zulip-server:12.0-1image with PostgreSQL, Redis, RabbitMQ, and memcached.This adapts the official Zulip Docker compose for Dokploy by:
zulipservice through Dokploy on port 80Validation
node dedupe-and-sort-meta.jsnpm.cmd run validate-template -- --dir ../blueprints/zulipnpm.cmd run validate-docker-compose -- --file ../blueprints/zulip/docker-compose.ymlgit diff --checkpassed with only normal CRLF line-ending warningsNot run: full Docker runtime smoke test, because Docker is unavailable locally.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.