@@ -34,7 +34,7 @@ services:
34
34
- appwrite
35
35
36
36
appwrite :
37
- image : appwrite/appwrite:1.4.3
37
+ image : appwrite/appwrite:1.4.4
38
38
container_name : appwrite
39
39
<< : *x-logging
40
40
restart : unless-stopped
@@ -77,7 +77,9 @@ services:
77
77
- _APP_SYSTEM_SECURITY_EMAIL_ADDRESS
78
78
- _APP_SYSTEM_RESPONSE_FORMAT
79
79
- _APP_OPTIONS_ABUSE
80
+ - _APP_OPTIONS_ROUTER_PROTECTION
80
81
- _APP_OPTIONS_FORCE_HTTPS
82
+ - _APP_OPTIONS_FUNCTIONS_FORCE_HTTPS
81
83
- _APP_OPENSSL_KEY_V1
82
84
- _APP_DOMAIN
83
85
- _APP_DOMAIN_TARGET
@@ -160,7 +162,7 @@ services:
160
162
- _APP_ASSISTANT_OPENAI_API_KEY
161
163
162
164
appwrite-realtime :
163
- image : appwrite/appwrite:1.4.3
165
+ image : appwrite/appwrite:1.4.4
164
166
entrypoint : realtime
165
167
container_name : appwrite-realtime
166
168
<< : *x-logging
@@ -189,6 +191,7 @@ services:
189
191
- _APP_ENV
190
192
- _APP_WORKER_PER_CORE
191
193
- _APP_OPTIONS_ABUSE
194
+ - _APP_OPTIONS_ROUTER_PROTECTION
192
195
- _APP_OPENSSL_KEY_V1
193
196
- _APP_REDIS_HOST
194
197
- _APP_REDIS_PORT
@@ -204,7 +207,7 @@ services:
204
207
- _APP_LOGGING_CONFIG
205
208
206
209
appwrite-worker-audits :
207
- image : appwrite/appwrite:1.4.3
210
+ image : appwrite/appwrite:1.4.4
208
211
entrypoint : worker-audits
209
212
<< : *x-logging
210
213
container_name : appwrite-worker-audits
@@ -231,7 +234,7 @@ services:
231
234
- _APP_LOGGING_CONFIG
232
235
233
236
appwrite-worker-webhooks :
234
- image : appwrite/appwrite:1.4.3
237
+ image : appwrite/appwrite:1.4.4
235
238
entrypoint : worker-webhooks
236
239
<< : *x-logging
237
240
container_name : appwrite-worker-webhooks
@@ -254,7 +257,7 @@ services:
254
257
- _APP_LOGGING_CONFIG
255
258
256
259
appwrite-worker-deletes :
257
- image : appwrite/appwrite:1.4.3
260
+ image : appwrite/appwrite:1.4.4
258
261
entrypoint : worker-deletes
259
262
<< : *x-logging
260
263
container_name : appwrite-worker-deletes
@@ -310,7 +313,7 @@ services:
310
313
- _APP_EXECUTOR_HOST
311
314
312
315
appwrite-worker-databases :
313
- image : appwrite/appwrite:1.4.3
316
+ image : appwrite/appwrite:1.4.4
314
317
entrypoint : worker-databases
315
318
<< : *x-logging
316
319
container_name : appwrite-worker-databases
@@ -337,7 +340,7 @@ services:
337
340
- _APP_LOGGING_CONFIG
338
341
339
342
appwrite-worker-builds :
340
- image : appwrite/appwrite:1.4.3
343
+ image : appwrite/appwrite:1.4.4
341
344
entrypoint : worker-builds
342
345
<< : *x-logging
343
346
container_name : appwrite-worker-builds
@@ -374,7 +377,9 @@ services:
374
377
- _APP_FUNCTIONS_BUILD_TIMEOUT
375
378
- _APP_FUNCTIONS_CPUS
376
379
- _APP_FUNCTIONS_MEMORY
380
+ - _APP_FUNCTIONS_SIZE_LIMIT
377
381
- _APP_OPTIONS_FORCE_HTTPS
382
+ - _APP_OPTIONS_FUNCTIONS_FORCE_HTTPS
378
383
- _APP_DOMAIN
379
384
- _APP_STORAGE_DEVICE
380
385
- _APP_STORAGE_S3_ACCESS_KEY
@@ -399,7 +404,7 @@ services:
399
404
- _APP_STORAGE_WASABI_BUCKET
400
405
401
406
appwrite-worker-certificates :
402
- image : appwrite/appwrite:1.4.3
407
+ image : appwrite/appwrite:1.4.4
403
408
entrypoint : worker-certificates
404
409
<< : *x-logging
405
410
container_name : appwrite-worker-certificates
@@ -433,7 +438,7 @@ services:
433
438
- _APP_LOGGING_CONFIG
434
439
435
440
appwrite-worker-functions :
436
- image : appwrite/appwrite:1.4.3
441
+ image : appwrite/appwrite:1.4.4
437
442
entrypoint : worker-functions
438
443
<< : *x-logging
439
444
container_name : appwrite-worker-functions
@@ -470,7 +475,7 @@ services:
470
475
- _APP_LOGGING_PROVIDER
471
476
472
477
appwrite-worker-mails :
473
- image : appwrite/appwrite:1.4.3
478
+ image : appwrite/appwrite:1.4.4
474
479
entrypoint : worker-mails
475
480
<< : *x-logging
476
481
container_name : appwrite-worker-mails
@@ -498,7 +503,7 @@ services:
498
503
- _APP_LOGGING_CONFIG
499
504
500
505
appwrite-worker-messaging :
501
- image : appwrite/appwrite:1.4.3
506
+ image : appwrite/appwrite:1.4.4
502
507
entrypoint : worker-messaging
503
508
<< : *x-logging
504
509
container_name : appwrite-worker-messaging
@@ -520,7 +525,7 @@ services:
520
525
- _APP_LOGGING_CONFIG
521
526
522
527
appwrite-worker-migrations :
523
- image : appwrite/appwrite:1.4.3
528
+ image : appwrite/appwrite:1.4.4
524
529
entrypoint : worker-migrations
525
530
<< : *x-logging
526
531
container_name : appwrite-worker-migrations
@@ -551,7 +556,7 @@ services:
551
556
- _APP_MIGRATIONS_FIREBASE_CLIENT_SECRET
552
557
553
558
appwrite-maintenance :
554
- image : appwrite/appwrite:1.4.3
559
+ image : appwrite/appwrite:1.4.4
555
560
entrypoint : maintenance
556
561
<< : *x-logging
557
562
container_name : appwrite-maintenance
@@ -585,7 +590,7 @@ services:
585
590
- _APP_MAINTENANCE_RETENTION_SCHEDULES
586
591
587
592
appwrite-usage :
588
- image : appwrite/appwrite:1.4.3
593
+ image : appwrite/appwrite:1.4.4
589
594
entrypoint : usage
590
595
container_name : appwrite-usage
591
596
<< : *x-logging
@@ -616,7 +621,7 @@ services:
616
621
- _APP_LOGGING_CONFIG
617
622
618
623
appwrite-schedule :
619
- image : appwrite/appwrite:1.4.3
624
+ image : appwrite/appwrite:1.4.4
620
625
entrypoint : schedule
621
626
container_name : appwrite-schedule
622
627
<< : *x-logging
@@ -641,7 +646,7 @@ services:
641
646
- _APP_DB_PASS
642
647
643
648
appwrite-assistant :
644
- image : appwrite/assistant:0.2.1
649
+ image : appwrite/assistant:0.2.2
645
650
container_name : appwrite-assistant
646
651
<< : *x-logging
647
652
restart : unless-stopped
@@ -655,7 +660,7 @@ services:
655
660
hostname : appwrite-executor
656
661
<< : *x-logging
657
662
stop_signal : SIGINT
658
- image : openruntimes/executor:0.4.1
663
+ image : openruntimes/executor:0.4.2
659
664
networks :
660
665
- appwrite
661
666
- runtimes
0 commit comments