mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-15 23:02:03 -05:00
[PR #767] feat: update Appwrite to v1.9.0 with MariaDB and MongoDB variants #13286
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/767
Author: @nxtgencat
Created: 4/3/2026
Status: 🔄 Open
Base:
canary← Head:nxt📝 Commits (3)
bc6fd6afeat: update Appwrite to v1.9.0 with MariaDB and MongoDB variantsa493ce6feat: add appwrite-worker-executions service to Appwrite MariaDB and MongoDB blueprints80ea2a7Merge pull request #1 from Shiba-Kar/nxt📊 Changes
7 files changed (+1251 additions, -51 deletions)
View changed files
📝
blueprints/appwrite-mariadb/appwrite.svg(+0 -0)📝
blueprints/appwrite-mariadb/docker-compose.yml(+84 -30)📝
blueprints/appwrite-mariadb/template.toml(+5 -0)➕
blueprints/appwrite-mongodb/appwrite.svg(+9 -0)➕
blueprints/appwrite-mongodb/docker-compose.yml(+943 -0)➕
blueprints/appwrite-mongodb/template.toml(+188 -0)📝
meta.json(+22 -21)📄 Description
What is this PR about?
New PR of Appwrite Template (v1.9.0 - MariaDB variant)
This PR updates the Appwrite template to version 1.9.0 and clarifies the database backend used.
Appwrite now supports multiple database backends (MariaDB and MongoDB).
This template continues to use MariaDB, which was already the default in previous versions.
The change ensures compatibility with the latest Appwrite release and removes any ambiguity about the selected variant.
Checklist
Before submitting this PR, please make sure that:
Issues related (if applicable)
N/A
Screenshots or Videos
Greptile Summary
This PR updates the Appwrite blueprint from v1.8.0 to v1.9.0 (MariaDB variant), bumping all service images, adding the
_APP_DB_ADAPTERenv var across every worker, adding_APP_GRAPHQL_INTROSPECTION, removing the deprecatedappwrite-assistantservice, and updating companion images (console, browser, Redis).The
docker-compose.ymlandtemplate.tomlchanges look correct and consistent. However, two issues were found inmeta.json:"version": "1.8.0"instead of"1.9.0", violating the project rule that themeta.jsonversion must match the Docker image tag.meta.jsonwith no explanation. This appears unrelated to the Appwrite update and may be an accidental change that would remove Strapi from the template registry.Confidence Score: 2/5
Not safe to merge as-is — the meta.json version is stale and an unrelated template (Strapi) would be silently removed from the registry.
The docker-compose.yml and template.toml changes are well-structured and complete. The score is lowered because of two meta.json problems: a required version field mismatch (1.8.0 vs 1.9.0) that violates an explicit project convention, and an unexplained deletion of the Strapi template entry that has no relation to this PR's stated goal.
meta.json — version field needs updating to 1.9.0, and the Strapi deletion needs to be reverted or explicitly justified.
Comments Outside Diff (2)
meta.json, line 368 (link)The
versionfield inmeta.jsonstill shows1.8.0, but thedocker-compose.ymlimage tags have been updated to1.9.0. Per the project'sAGENTS.md, the version inmeta.jsonMUST match the Docker image version indocker-compose.yml.Context Used: AGENTS.md (source)
meta.json, line 5952-5970 (link)This PR removes the Strapi template entry from
meta.json, which has no connection to the Appwrite version bump. Could you clarify whether this removal is intentional? If it was accidentally included (e.g. from a merge conflict or local edit), it should be reverted so Strapi continues to appear in the template registry.Reviews (1): Last reviewed commit: "feat: update Appwrite to v1.9.0 with Mar..." | Re-trigger Greptile
(2/5) Greptile learns from your feedback when you react with thumbs up/down!
Context used:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.