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.
🔄 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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 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:
canary← Head:bump-appwrite-to-1.7.4📝 Commits (10+)
8450c57Update Appwrite version docker images and environment variables1cb6a8bAdd separate domains for functions and sites, update environment variables, replace insecure default passwords14ff569Update Appwrite version from 1.6.1 to 1.7.4 inmeta.json77271faFix envs and update domains80edb72Add missing volume mounts for sites62e83adFix config file syntaxa30371eUpdate runtimes network configuration in template.tomlab64363Update Appwrite to 1.81304cacMerge branch 'Dokploy:main' into bump-appwrite-to-1.7.4ec78f81Update 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
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.