Skip to content

Commit 93179b7

Browse files
Merge pull request #25 from appwrite/feat-1.4.4
feat: update to 1.4.4 release
2 parents 96aa907 + 0c5220b commit 93179b7

File tree

2 files changed

+24
-17
lines changed

2 files changed

+24
-17
lines changed

.env

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ _APP_ENV=production
22
_APP_LOCALE=en
33
_APP_OPTIONS_ABUSE=enabled
44
_APP_OPTIONS_FORCE_HTTPS=disabled
5+
_APP_OPTIONS_FUNCTIONS_FORCE_HTTPS=disabled
6+
_APP_OPTIONS_ROUTER_PROTECTION=disabled
57
_APP_OPENSSL_KEY_V1=learning-key
68
_APP_DOMAIN=localhost
79
_APP_DOMAIN_FUNCTIONS=localhost

docker-compose.yml

Lines changed: 22 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ services:
3434
- appwrite
3535

3636
appwrite:
37-
image: appwrite/appwrite:1.4.3
37+
image: appwrite/appwrite:1.4.4
3838
container_name: appwrite
3939
<<: *x-logging
4040
restart: unless-stopped
@@ -77,7 +77,9 @@ services:
7777
- _APP_SYSTEM_SECURITY_EMAIL_ADDRESS
7878
- _APP_SYSTEM_RESPONSE_FORMAT
7979
- _APP_OPTIONS_ABUSE
80+
- _APP_OPTIONS_ROUTER_PROTECTION
8081
- _APP_OPTIONS_FORCE_HTTPS
82+
- _APP_OPTIONS_FUNCTIONS_FORCE_HTTPS
8183
- _APP_OPENSSL_KEY_V1
8284
- _APP_DOMAIN
8385
- _APP_DOMAIN_TARGET
@@ -160,7 +162,7 @@ services:
160162
- _APP_ASSISTANT_OPENAI_API_KEY
161163

162164
appwrite-realtime:
163-
image: appwrite/appwrite:1.4.3
165+
image: appwrite/appwrite:1.4.4
164166
entrypoint: realtime
165167
container_name: appwrite-realtime
166168
<<: *x-logging
@@ -189,6 +191,7 @@ services:
189191
- _APP_ENV
190192
- _APP_WORKER_PER_CORE
191193
- _APP_OPTIONS_ABUSE
194+
- _APP_OPTIONS_ROUTER_PROTECTION
192195
- _APP_OPENSSL_KEY_V1
193196
- _APP_REDIS_HOST
194197
- _APP_REDIS_PORT
@@ -204,7 +207,7 @@ services:
204207
- _APP_LOGGING_CONFIG
205208

206209
appwrite-worker-audits:
207-
image: appwrite/appwrite:1.4.3
210+
image: appwrite/appwrite:1.4.4
208211
entrypoint: worker-audits
209212
<<: *x-logging
210213
container_name: appwrite-worker-audits
@@ -231,7 +234,7 @@ services:
231234
- _APP_LOGGING_CONFIG
232235

233236
appwrite-worker-webhooks:
234-
image: appwrite/appwrite:1.4.3
237+
image: appwrite/appwrite:1.4.4
235238
entrypoint: worker-webhooks
236239
<<: *x-logging
237240
container_name: appwrite-worker-webhooks
@@ -254,7 +257,7 @@ services:
254257
- _APP_LOGGING_CONFIG
255258

256259
appwrite-worker-deletes:
257-
image: appwrite/appwrite:1.4.3
260+
image: appwrite/appwrite:1.4.4
258261
entrypoint: worker-deletes
259262
<<: *x-logging
260263
container_name: appwrite-worker-deletes
@@ -310,7 +313,7 @@ services:
310313
- _APP_EXECUTOR_HOST
311314

312315
appwrite-worker-databases:
313-
image: appwrite/appwrite:1.4.3
316+
image: appwrite/appwrite:1.4.4
314317
entrypoint: worker-databases
315318
<<: *x-logging
316319
container_name: appwrite-worker-databases
@@ -337,7 +340,7 @@ services:
337340
- _APP_LOGGING_CONFIG
338341

339342
appwrite-worker-builds:
340-
image: appwrite/appwrite:1.4.3
343+
image: appwrite/appwrite:1.4.4
341344
entrypoint: worker-builds
342345
<<: *x-logging
343346
container_name: appwrite-worker-builds
@@ -374,7 +377,9 @@ services:
374377
- _APP_FUNCTIONS_BUILD_TIMEOUT
375378
- _APP_FUNCTIONS_CPUS
376379
- _APP_FUNCTIONS_MEMORY
380+
- _APP_FUNCTIONS_SIZE_LIMIT
377381
- _APP_OPTIONS_FORCE_HTTPS
382+
- _APP_OPTIONS_FUNCTIONS_FORCE_HTTPS
378383
- _APP_DOMAIN
379384
- _APP_STORAGE_DEVICE
380385
- _APP_STORAGE_S3_ACCESS_KEY
@@ -399,7 +404,7 @@ services:
399404
- _APP_STORAGE_WASABI_BUCKET
400405

401406
appwrite-worker-certificates:
402-
image: appwrite/appwrite:1.4.3
407+
image: appwrite/appwrite:1.4.4
403408
entrypoint: worker-certificates
404409
<<: *x-logging
405410
container_name: appwrite-worker-certificates
@@ -433,7 +438,7 @@ services:
433438
- _APP_LOGGING_CONFIG
434439

435440
appwrite-worker-functions:
436-
image: appwrite/appwrite:1.4.3
441+
image: appwrite/appwrite:1.4.4
437442
entrypoint: worker-functions
438443
<<: *x-logging
439444
container_name: appwrite-worker-functions
@@ -470,7 +475,7 @@ services:
470475
- _APP_LOGGING_PROVIDER
471476

472477
appwrite-worker-mails:
473-
image: appwrite/appwrite:1.4.3
478+
image: appwrite/appwrite:1.4.4
474479
entrypoint: worker-mails
475480
<<: *x-logging
476481
container_name: appwrite-worker-mails
@@ -498,7 +503,7 @@ services:
498503
- _APP_LOGGING_CONFIG
499504

500505
appwrite-worker-messaging:
501-
image: appwrite/appwrite:1.4.3
506+
image: appwrite/appwrite:1.4.4
502507
entrypoint: worker-messaging
503508
<<: *x-logging
504509
container_name: appwrite-worker-messaging
@@ -520,7 +525,7 @@ services:
520525
- _APP_LOGGING_CONFIG
521526

522527
appwrite-worker-migrations:
523-
image: appwrite/appwrite:1.4.3
528+
image: appwrite/appwrite:1.4.4
524529
entrypoint: worker-migrations
525530
<<: *x-logging
526531
container_name: appwrite-worker-migrations
@@ -551,7 +556,7 @@ services:
551556
- _APP_MIGRATIONS_FIREBASE_CLIENT_SECRET
552557

553558
appwrite-maintenance:
554-
image: appwrite/appwrite:1.4.3
559+
image: appwrite/appwrite:1.4.4
555560
entrypoint: maintenance
556561
<<: *x-logging
557562
container_name: appwrite-maintenance
@@ -585,7 +590,7 @@ services:
585590
- _APP_MAINTENANCE_RETENTION_SCHEDULES
586591

587592
appwrite-usage:
588-
image: appwrite/appwrite:1.4.3
593+
image: appwrite/appwrite:1.4.4
589594
entrypoint: usage
590595
container_name: appwrite-usage
591596
<<: *x-logging
@@ -616,7 +621,7 @@ services:
616621
- _APP_LOGGING_CONFIG
617622

618623
appwrite-schedule:
619-
image: appwrite/appwrite:1.4.3
624+
image: appwrite/appwrite:1.4.4
620625
entrypoint: schedule
621626
container_name: appwrite-schedule
622627
<<: *x-logging
@@ -641,7 +646,7 @@ services:
641646
- _APP_DB_PASS
642647

643648
appwrite-assistant:
644-
image: appwrite/assistant:0.2.1
649+
image: appwrite/assistant:0.2.2
645650
container_name: appwrite-assistant
646651
<<: *x-logging
647652
restart: unless-stopped
@@ -655,7 +660,7 @@ services:
655660
hostname: appwrite-executor
656661
<<: *x-logging
657662
stop_signal: SIGINT
658-
image: openruntimes/executor:0.4.1
663+
image: openruntimes/executor:0.4.2
659664
networks:
660665
- appwrite
661666
- runtimes

0 commit comments

Comments
 (0)