Merge branch 'feat-project-templates-api' into feat-project-smtp-endpoints

This commit is contained in:
Matej Bačo
2026-04-20 14:49:04 +02:00
26 changed files with 1074 additions and 51 deletions
+1 -2
View File
@@ -692,9 +692,8 @@ jobs:
- name: Installing latest version
run: |
rm docker-compose.yml
# TODO: Minify docker-compose; remove development tooling
rm .env
curl https://appwrite.io/install/compose -o docker-compose.yml
curl https://appwrite.io/install/env -o .env
sed -i 's/_APP_OPTIONS_ABUSE=enabled/_APP_OPTIONS_ABUSE=disabled/g' .env
docker compose up -d