Final template API rework

This commit is contained in:
Matej Bačo
2026-04-19 10:35:57 +02:00
parent 8a1f8c71b2
commit 2a95cfd5a3
15 changed files with 243 additions and 83 deletions
+1 -2
View File
@@ -701,9 +701,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