mirror of
https://github.com/Dokploy/templates.git
synced 2026-03-12 10:05:25 -05:00
[PR #406] feat: Update Appwrite template to v1.7.4 and fix deployment issues #434
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/406
Author: @Harikrishnan1367709
Created: 9/30/2025
Status: 🔄 Open
Base:
main← Head:update-the-Appwrite-template-for-latest-version-#405📝 Commits (3)
19986abfeat(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 deploymentscbace3eRevert "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"ec25c1cfeat: 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
container_nameandnetworksfieldsworker-usage-dumpandworker-usageservices (non-existent in 1.7.4)Testing
✅ Deployed successfully on Dokploy
✅ All essential services running (API, Console, Realtime, Database)
✅ No container naming conflicts
Fixes #405
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.