[PR #383] [MERGED] chore(blueprint): update Appwrite services to v1.8 #3183

Closed
opened 2026-04-25 17:59:50 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/383
Author: @poberbeck
Created: 9/20/2025
Status: Merged
Merged: 1/7/2026
Merged by: @Siumauricio

Base: canaryHead: bump-appwrite-to-1.7.4


📝 Commits (10+)

  • 8450c57 Update Appwrite version docker images and environment variables
  • 1cb6a8b Add separate domains for functions and sites, update environment variables, replace insecure default passwords
  • 14ff569 Update Appwrite version from 1.6.1 to 1.7.4 in meta.json
  • 77271fa Fix envs and update domains
  • 80edb72 Add missing volume mounts for sites
  • 62e83ad Fix config file syntax
  • a30371e Update runtimes network configuration in template.toml
  • ab64363 Update Appwrite to 1.8
  • 1304cac Merge branch 'Dokploy:main' into bump-appwrite-to-1.7.4
  • ec78f81 Update appwrite image version to 1.8.0

📊 Changes

3 files changed (+194 additions, -210 deletions)

View changed files

📝 blueprints/appwrite/docker-compose.yml (+142 -200)
📝 blueprints/appwrite/template.toml (+47 -7)
📝 meta.json (+5 -3)

📄 Description

  • Updating Appwrite to version 1.8
  • Adding new environment variables
  • Removing insecure default passwords from environment variables and replacing them with generated passwords

Sidenote:
Unfortunately, we cannot set a wildcard domain for the new Appwrite Sites feature. You will need to add the subdomain manually for every site.

Closes #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/383 **Author:** [@poberbeck](https://github.com/poberbeck) **Created:** 9/20/2025 **Status:** ✅ Merged **Merged:** 1/7/2026 **Merged by:** [@Siumauricio](https://github.com/Siumauricio) **Base:** `canary` ← **Head:** `bump-appwrite-to-1.7.4` --- ### 📝 Commits (10+) - [`8450c57`](https://github.com/Dokploy/templates/commit/8450c576165ecc4726ab637fe073530e30baa9dd) Update Appwrite version docker images and environment variables - [`1cb6a8b`](https://github.com/Dokploy/templates/commit/1cb6a8b55877f45ee17fddf1855e382d66c1ac65) Add separate domains for functions and sites, update environment variables, replace insecure default passwords - [`14ff569`](https://github.com/Dokploy/templates/commit/14ff5696120b9820f195a61bd443ccf9ce74cb1d) Update Appwrite version from 1.6.1 to 1.7.4 in `meta.json` - [`77271fa`](https://github.com/Dokploy/templates/commit/77271fa44103b91196fb1a5bf1e3fcd8b63660a4) Fix envs and update domains - [`80edb72`](https://github.com/Dokploy/templates/commit/80edb72f20271634722a0e44881071d19b6fefb4) Add missing volume mounts for sites - [`62e83ad`](https://github.com/Dokploy/templates/commit/62e83ad3e9f7b7903c2740e88be71cd083fc936c) Fix config file syntax - [`a30371e`](https://github.com/Dokploy/templates/commit/a30371eb7142cd1e2cb60409252afc1da0b68875) Update runtimes network configuration in template.toml - [`ab64363`](https://github.com/Dokploy/templates/commit/ab64363a46d24139061d0ac9fb2749dcc1ab4120) Update Appwrite to 1.8 - [`1304cac`](https://github.com/Dokploy/templates/commit/1304cac4c7900f144d0a431375dbddc6b0209697) Merge branch 'Dokploy:main' into bump-appwrite-to-1.7.4 - [`ec78f81`](https://github.com/Dokploy/templates/commit/ec78f81ac14e62aed663597ce07e381048a698f0) Update appwrite image version to 1.8.0 ### 📊 Changes **3 files changed** (+194 additions, -210 deletions) <details> <summary>View changed files</summary> 📝 `blueprints/appwrite/docker-compose.yml` (+142 -200) 📝 `blueprints/appwrite/template.toml` (+47 -7) 📝 `meta.json` (+5 -3) </details> ### 📄 Description - Updating Appwrite to version 1.8 - Adding new environment variables - Removing insecure default passwords from environment variables and replacing them with generated passwords Sidenote: Unfortunately, we cannot set a wildcard domain for the new Appwrite Sites feature. You will need to add the subdomain manually for every site. Closes #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 2026-04-25 17:59:50 -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#3183