feat(appwrite): update template to 1.9.5#970
Open
ChiragAgg5k wants to merge 2 commits into
Open
Conversation
Move default datastore to MongoDB (DocumentsDB), add worker-screenshots, worker-executions and task-interval, bump all images to 1.9.5, expand v5 function runtimes, and provide mongo bootstrap files via config.mounts. MariaDB kept as a supported alternative. PostgreSQL/embedding (VectorsDB) and bundled Traefik intentionally excluded.
built with Refined Cloudflare Pages Action⚡ Cloudflare Pages Deployment
|
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Appwrite Dokploy blueprint to Appwrite 1.9.5, aligning the template with Appwrite 1.9.x’s service/env expectations and shifting the default datastore to MongoDB.
Changes:
- Bumped Appwrite and related service images to the versions required for the 1.9.5 stack.
- Switched the default database configuration to MongoDB (including replica set bootstrap wiring) while keeping MariaDB available as an alternative.
- Added new worker/task services and updated environment variables to match Appwrite 1.9.5 parity.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| meta.json | Updates the Appwrite template version metadata. |
| blueprints/appwrite/template.toml | Updates Appwrite env defaults for 1.9.5 and adds mounted MongoDB init/entrypoint scripts. |
| blueprints/appwrite/docker-compose.yml | Updates service images, adds MongoDB and new workers/tasks, and refreshes env/dependency wiring for 1.9.5. |
Address review: restore "version: 3.8" header (repo convention across blueprints) and add the mongodb tag to meta.json to reflect the new default datastore.
Author
|
Thanks for the review — both addressed in 81b46fa:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Updates the Appwrite template from
1.8.0to1.9.5(self-hosted release).1.9.x moves the default datastore from MariaDB to MongoDB (DocumentsDB) and adds new workers/tasks, so this is a substantial update rather than a version bump.
Changes
appwrite/appwrite→1.9.5,appwrite/console→8.7.5,appwrite/assistant→0.8.4,appwrite/browser→0.3.2,openruntimes/executor→0.25.1,redis→7.4.7-alpine.8.2.5: replica set bootstrapped via healthcheck, keyfile volume, andmongo-init.js/mongo-entrypoint.shprovided through[[config.mounts]]. MariaDB is kept as a supported alternative (_APP_DB_ADAPTER=mariadb).appwrite-worker-screenshots,appwrite-worker-executions,appwrite-task-interval._APP_FUNCTIONS_CPUS/MEMORY/ENVS, etc.).node-22, python-3.12, php-8.3, ruby-3.3, dart-3.5, go-1.23, rust-1.83, bun-1.1, deno-1.46, java-21.0, dotnet-8.0._APP_EXECUTOR_IMAGESpre-pulls a lean subset (node/python/php/static); the rest pull on demand.depends_on: appwrite-embeddingwas removed so Compose still starts. The upstream bundled Traefik is omitted (Dokploy provides routing via[[config.domains]]).Testing
Rendered the template as Dokploy does (resolved
.env, wrote the mount files, shareddokploy-network) and brought up all 29 services locally:appwriteDB, 32 collections)appwritedoctorhealthcheck passes;GET /v1/health/version→200 {"version":"1.9.5"}201) + email session (201) — Mongo read/write/auth end to end