[PR #934] [MERGED] feat: add Zulip template #16246

Closed
opened 2026-07-14 23:16:00 -05:00 by GiteaMirror · 0 comments
Owner

📋 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: canaryHead: codex/add-zulip-template


📝 Commits (5)

  • b2bf966 feat: add Zulip template
  • c69a290 Update Zulip reverse proxy settings
  • ff9e609 Merge remote-tracking branch 'origin/canary' into codex/add-zulip-template
  • b94dd44 Merge remote-tracking branch 'origin/canary' into codex/add-zulip-template
  • 56df572 fix: 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-1 image with PostgreSQL, Redis, RabbitMQ, and memcached.

This adapts the official Zulip Docker compose for Dokploy by:

  • routing only the zulip service through Dokploy on port 80
  • removing host port publishing and build context from the upstream compose
  • avoiding custom Docker networks, which was a maintainer concern in the earlier closed Zulip PR
  • disabling in-container HTTPS so Dokploy can handle the public domain/TLS layer
  • using generated template values for Zulip/database/cache/queue secrets

Validation

  • node dedupe-and-sort-meta.js
  • npm.cmd run validate-template -- --dir ../blueprints/zulip
  • npm.cmd run validate-docker-compose -- --file ../blueprints/zulip/docker-compose.yml
  • git diff --check passed with only normal CRLF line-ending warnings

Not 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.

## 📋 Pull Request Information **Original PR:** https://github.com/Dokploy/templates/pull/934 **Author:** [@rohitmulani63-ops](https://github.com/rohitmulani63-ops) **Created:** 6/22/2026 **Status:** ✅ Merged **Merged:** 7/8/2026 **Merged by:** [@Siumauricio](https://github.com/Siumauricio) **Base:** `canary` ← **Head:** `codex/add-zulip-template` --- ### 📝 Commits (5) - [`b2bf966`](https://github.com/Dokploy/templates/commit/b2bf966e86d85fb1944a02f282e6de364a6b9c86) feat: add Zulip template - [`c69a290`](https://github.com/Dokploy/templates/commit/c69a2900f52e56ef9ebee994be33a6d7a06b157f) Update Zulip reverse proxy settings - [`ff9e609`](https://github.com/Dokploy/templates/commit/ff9e609b8ed574a96c28b08027a7251bea65b375) Merge remote-tracking branch 'origin/canary' into codex/add-zulip-template - [`b94dd44`](https://github.com/Dokploy/templates/commit/b94dd44f87081a7c9ee37835e18c849176d67153) Merge remote-tracking branch 'origin/canary' into codex/add-zulip-template - [`56df572`](https://github.com/Dokploy/templates/commit/56df57252272f2c52d99107e0997b032df8a2c12) fix: trust Dokploy's Traefik proxy via LOADBALANCER_IPS ### 📊 Changes **4 files changed** (+158 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `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) </details> ### 📄 Description ## Summary /claim #152 Closes #272. Adds a Zulip template using the current official `ghcr.io/zulip/zulip-server:12.0-1` image with PostgreSQL, Redis, RabbitMQ, and memcached. This adapts the official Zulip Docker compose for Dokploy by: - routing only the `zulip` service through Dokploy on port 80 - removing host port publishing and build context from the upstream compose - avoiding custom Docker networks, which was a maintainer concern in the earlier closed Zulip PR - disabling in-container HTTPS so Dokploy can handle the public domain/TLS layer - using generated template values for Zulip/database/cache/queue secrets ## Validation - `node dedupe-and-sort-meta.js` - `npm.cmd run validate-template -- --dir ../blueprints/zulip` - `npm.cmd run validate-docker-compose -- --file ../blueprints/zulip/docker-compose.yml` - `git diff --check` passed with only normal CRLF line-ending warnings Not run: full Docker runtime smoke test, because Docker is unavailable locally. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-07-14 23:16:00 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/templates#16246