[PR #406] feat: Update Appwrite template to v1.7.4 and fix deployment issues #434

Open
opened 2025-11-22 20:38:34 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/406
Author: @Harikrishnan1367709
Created: 9/30/2025
Status: 🔄 Open

Base: mainHead: update-the-Appwrite-template-for-latest-version-#405


📝 Commits (3)

  • 19986ab feat(appwrite): Update template to v1.7.4 and resolve deployment errors - Upgraded Appwrite services from 1.6.1 to 1.7.4 - Removed container_name fields and dokploy-network references per Dokploy guidelines - Fixed invalid entrypoints (worker-usage-dump, worker-usage) that don't exist in 1.7.4 - Simplified configuration to essential services only - Updated meta.json version to 1.7.4 - Resolved container naming conflicts for multi-project deployments
  • cbace3e Revert "feat(appwrite): Update template to v1.7.4 and resolve deployment errors - Upgraded Appwrite services from 1.6.1 to 1.7.4 - Removed container_name fields and dokploy-network references per Dokploy guidelines - Fixed invalid entrypoints (worker-usage-dump, worker-usage) that don't exist in 1.7.4 - Simplified configuration to essential services only - Updated meta.json version to 1.7.4 - Resolved container naming conflicts for multi-project deployments"
  • ec25c1c feat: update Appwrite template to v1.7.4 and fix deployment issues - Upgrade to v1.7.4, remove deprecated services - Remove container names and networks for Dokploy compatibility - Fix #405

📊 Changes

4 files changed (+268 additions, -138 deletions)

View changed files

.gitignore (+2 -0)
📝 blueprints/appwrite/docker-compose.yml (+16 -137)
📝 meta.json (+1 -1)
pnpm-lock.yaml (+249 -0)

📄 Description

Summary

Updates the Appwrite template to the latest stable version (1.7.4) and fixes critical deployment errors.

Changes

  • Version Updates: Appwrite 1.6.1 → 1.7.4
  • Dokploy Compatibility: Removed container_name and networks fields
  • Fixed Invalid Services: Removed worker-usage-dump and worker-usage services (non-existent in 1.7.4)
  • Simplified Configuration: Streamlined to essential services only
  • Container Naming: Resolved conflicts for multi-project deployments

Testing

Deployed successfully on Dokploy
All essential services running (API, Console, Realtime, Database)
No container naming conflicts

Screenshot 2025-09-30 at 3 44 27 PM

Fixes #405


🔄 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/406 **Author:** [@Harikrishnan1367709](https://github.com/Harikrishnan1367709) **Created:** 9/30/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `update-the-Appwrite-template-for-latest-version-#405` --- ### 📝 Commits (3) - [`19986ab`](https://github.com/Dokploy/templates/commit/19986abf9d4bce2ba1a52a2f8caa981a45ea7b00) feat(appwrite): Update template to v1.7.4 and resolve deployment errors - Upgraded Appwrite services from 1.6.1 to 1.7.4 - Removed container_name fields and dokploy-network references per Dokploy guidelines - Fixed invalid entrypoints (worker-usage-dump, worker-usage) that don't exist in 1.7.4 - Simplified configuration to essential services only - Updated meta.json version to 1.7.4 - Resolved container naming conflicts for multi-project deployments - [`cbace3e`](https://github.com/Dokploy/templates/commit/cbace3e67b465d17cee82430add0fe492a7c22ce) Revert "feat(appwrite): Update template to v1.7.4 and resolve deployment errors - Upgraded Appwrite services from 1.6.1 to 1.7.4 - Removed container_name fields and dokploy-network references per Dokploy guidelines - Fixed invalid entrypoints (worker-usage-dump, worker-usage) that don't exist in 1.7.4 - Simplified configuration to essential services only - Updated meta.json version to 1.7.4 - Resolved container naming conflicts for multi-project deployments" - [`ec25c1c`](https://github.com/Dokploy/templates/commit/ec25c1ca0d70401136b2d59c94390abd4f3f77b1) feat: update Appwrite template to v1.7.4 and fix deployment issues - Upgrade to v1.7.4, remove deprecated services - Remove container names and networks for Dokploy compatibility - Fix #405 ### 📊 Changes **4 files changed** (+268 additions, -138 deletions) <details> <summary>View changed files</summary> ➕ `.gitignore` (+2 -0) 📝 `blueprints/appwrite/docker-compose.yml` (+16 -137) 📝 `meta.json` (+1 -1) ➕ `pnpm-lock.yaml` (+249 -0) </details> ### 📄 Description ## Summary Updates the Appwrite template to the latest stable version (1.7.4) and fixes critical deployment errors. ## Changes - **Version Updates**: Appwrite 1.6.1 → 1.7.4 - **Dokploy Compatibility**: Removed `container_name` and `networks` fields - **Fixed Invalid Services**: Removed `worker-usage-dump` and `worker-usage` services (non-existent in 1.7.4) - **Simplified Configuration**: Streamlined to essential services only - **Container Naming**: Resolved conflicts for multi-project deployments ## Testing ✅ Deployed successfully on Dokploy ✅ All essential services running (API, Console, Realtime, Database) ✅ No container naming conflicts <img width="1010" height="809" alt="Screenshot 2025-09-30 at 3 44 27 PM" src="https://github.com/user-attachments/assets/ffe40ade-c813-42b4-a1cc-572b4b7d1121" /> Fixes #405 --- <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 2025-11-22 20:38:34 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/templates#434