Compare commits

...
Author SHA1 Message Date
Matej Bačo 7e604643a0 Attempt to speed up OPR startup 2025-07-09 10:29:44 +02:00
Matej Bačo 1e2cd43bc3 CI/CD trigger 2025-07-08 15:39:56 +02:00
Matej Bačo 4f213aef76 CI/CD trigger 2025-07-08 14:48:59 +02:00
Matej Bačo 3807ea477b CI/CD trigger 2025-07-08 14:07:31 +02:00
Matej Bačo 53c710fb22 CI/CD trigger 2025-07-08 13:43:26 +02:00
Matej Bačo 773eaf6608 CI/CD trigger 2025-07-08 12:40:13 +02:00
3 changed files with 5 additions and 3 deletions
+2 -2
View File
@@ -85,8 +85,8 @@ _APP_COMPUTE_MAINTENANCE_INTERVAL=600
_APP_COMPUTE_RUNTIMES_NETWORK=runtimes
_APP_EXECUTOR_SECRET=your-secret-key
_APP_EXECUTOR_HOST=http://exc1/v1
_APP_FUNCTIONS_RUNTIMES=php-8.0,node-18.0,python-3.9,ruby-3.1
_APP_SITES_RUNTIMES=static-1,node-22,flutter-3.32
_APP_FUNCTIONS_RUNTIMES=node-22
_APP_SITES_RUNTIMES=static-1,node-22
_APP_MAINTENANCE_INTERVAL=86400
_APP_MAINTENANCE_START_TIME=12:00
_APP_MAINTENANCE_RETENTION_CACHE=2592000
+2
View File
@@ -1,3 +1,5 @@
(CI/CD trigger 5)
> [Get started with Appwrite](https://apwr.dev/appcloud)
> [Join the Init kick off event 19th of May: The future of Appwrite with Founder & CEO Eldad Fux](https://www.youtube.com/watch?v=1g8tuogsp7A)
+1 -1
View File
@@ -977,7 +977,7 @@ services:
- OPR_EXECUTOR_ENV=$_APP_ENV
- OPR_EXECUTOR_RUNTIMES=$_APP_FUNCTIONS_RUNTIMES,$_APP_SITES_RUNTIMES
- OPR_EXECUTOR_SECRET=$_APP_EXECUTOR_SECRET
- OPR_EXECUTOR_RUNTIME_VERSIONS=v2,v5
- OPR_EXECUTOR_RUNTIME_VERSIONS=v5
- OPR_EXECUTOR_LOGGING_CONFIG=$_APP_LOGGING_CONFIG
- OPR_EXECUTOR_STORAGE_DEVICE=$_APP_STORAGE_DEVICE
- OPR_EXECUTOR_STORAGE_S3_ACCESS_KEY=$_APP_STORAGE_S3_ACCESS_KEY