@@ -32,7 +32,7 @@ services:
32
32
- appwrite
33
33
34
34
appwrite :
35
- image : appwrite/appwrite:1.5.7
35
+ image : appwrite/appwrite:1.5.11
36
36
container_name : appwrite
37
37
<< : *x-logging
38
38
restart : unless-stopped
@@ -72,7 +72,7 @@ services:
72
72
- _APP_CONSOLE_HOSTNAMES
73
73
- _APP_SYSTEM_EMAIL_NAME
74
74
- _APP_SYSTEM_EMAIL_ADDRESS
75
- - _APP_SYSTEM_SECURITY_EMAIL_ADDRESS
75
+ - _APP_EMAIL_SECURITY
76
76
- _APP_SYSTEM_RESPONSE_FORMAT
77
77
- _APP_OPTIONS_ABUSE
78
78
- _APP_OPTIONS_ROUTER_PROTECTION
@@ -157,7 +157,7 @@ services:
157
157
- _APP_ASSISTANT_OPENAI_API_KEY
158
158
159
159
appwrite-realtime :
160
- image : appwrite/appwrite:1.5.7
160
+ image : appwrite/appwrite:1.5.11
161
161
entrypoint : realtime
162
162
container_name : appwrite-realtime
163
163
<< : *x-logging
@@ -201,7 +201,7 @@ services:
201
201
- _APP_LOGGING_CONFIG
202
202
203
203
appwrite-worker-audits :
204
- image : appwrite/appwrite:1.5.7
204
+ image : appwrite/appwrite:1.5.11
205
205
entrypoint : worker-audits
206
206
<< : *x-logging
207
207
container_name : appwrite-worker-audits
@@ -228,7 +228,7 @@ services:
228
228
- _APP_LOGGING_CONFIG
229
229
230
230
appwrite-worker-webhooks :
231
- image : appwrite/appwrite:1.5.7
231
+ image : appwrite/appwrite:1.5.11
232
232
entrypoint : worker-webhooks
233
233
<< : *x-logging
234
234
container_name : appwrite-worker-webhooks
@@ -242,6 +242,7 @@ services:
242
242
- _APP_ENV
243
243
- _APP_WORKER_PER_CORE
244
244
- _APP_OPENSSL_KEY_V1
245
+ - _APP_EMAIL_SECURITY
245
246
- _APP_SYSTEM_SECURITY_EMAIL_ADDRESS
246
247
- _APP_DB_HOST
247
248
- _APP_DB_PORT
@@ -256,7 +257,7 @@ services:
256
257
- _APP_LOGGING_CONFIG
257
258
258
259
appwrite-worker-deletes :
259
- image : appwrite/appwrite:1.5.7
260
+ image : appwrite/appwrite:1.5.11
260
261
entrypoint : worker-deletes
261
262
<< : *x-logging
262
263
container_name : appwrite-worker-deletes
@@ -310,9 +311,12 @@ services:
310
311
- _APP_LOGGING_CONFIG
311
312
- _APP_EXECUTOR_SECRET
312
313
- _APP_EXECUTOR_HOST
314
+ - _APP_MAINTENANCE_RETENTION_ABUSE
315
+ - _APP_MAINTENANCE_RETENTION_AUDIT
316
+ - _APP_MAINTENANCE_RETENTION_EXECUTION
313
317
314
318
appwrite-worker-databases :
315
- image : appwrite/appwrite:1.5.7
319
+ image : appwrite/appwrite:1.5.11
316
320
entrypoint : worker-databases
317
321
<< : *x-logging
318
322
container_name : appwrite-worker-databases
@@ -339,7 +343,7 @@ services:
339
343
- _APP_LOGGING_CONFIG
340
344
341
345
appwrite-worker-builds :
342
- image : appwrite/appwrite:1.5.7
346
+ image : appwrite/appwrite:1.5.11
343
347
entrypoint : worker-builds
344
348
<< : *x-logging
345
349
container_name : appwrite-worker-builds
@@ -403,7 +407,7 @@ services:
403
407
- _APP_STORAGE_WASABI_BUCKET
404
408
405
409
appwrite-worker-certificates :
406
- image : appwrite/appwrite:1.5.7
410
+ image : appwrite/appwrite:1.5.11
407
411
entrypoint : worker-certificates
408
412
<< : *x-logging
409
413
container_name : appwrite-worker-certificates
@@ -423,7 +427,7 @@ services:
423
427
- _APP_DOMAIN
424
428
- _APP_DOMAIN_TARGET
425
429
- _APP_DOMAIN_FUNCTIONS
426
- - _APP_SYSTEM_SECURITY_EMAIL_ADDRESS
430
+ - _APP_EMAIL_CERTIFICATES
427
431
- _APP_REDIS_HOST
428
432
- _APP_REDIS_PORT
429
433
- _APP_REDIS_USER
@@ -437,7 +441,7 @@ services:
437
441
- _APP_LOGGING_CONFIG
438
442
439
443
appwrite-worker-functions :
440
- image : appwrite/appwrite:1.5.7
444
+ image : appwrite/appwrite:1.5.11
441
445
entrypoint : worker-functions
442
446
<< : *x-logging
443
447
container_name : appwrite-worker-functions
@@ -474,7 +478,7 @@ services:
474
478
- _APP_LOGGING_PROVIDER
475
479
476
480
appwrite-worker-mails :
477
- image : appwrite/appwrite:1.5.7
481
+ image : appwrite/appwrite:1.5.11
478
482
entrypoint : worker-mails
479
483
<< : *x-logging
480
484
container_name : appwrite-worker-mails
@@ -507,7 +511,7 @@ services:
507
511
- _APP_LOGGING_CONFIG
508
512
509
513
appwrite-worker-messaging :
510
- image : appwrite/appwrite:1.5.7
514
+ image : appwrite/appwrite:1.5.11
511
515
entrypoint : worker-messaging
512
516
<< : *x-logging
513
517
container_name : appwrite-worker-messaging
@@ -558,7 +562,7 @@ services:
558
562
- _APP_STORAGE_WASABI_BUCKET
559
563
560
564
appwrite-worker-migrations :
561
- image : appwrite/appwrite:1.5.7
565
+ image : appwrite/appwrite:1.5.11
562
566
entrypoint : worker-migrations
563
567
<< : *x-logging
564
568
container_name : appwrite-worker-migrations
@@ -573,7 +577,7 @@ services:
573
577
- _APP_OPENSSL_KEY_V1
574
578
- _APP_DOMAIN
575
579
- _APP_DOMAIN_TARGET
576
- - _APP_SYSTEM_SECURITY_EMAIL_ADDRESS
580
+ - _APP_EMAIL_SECURITY
577
581
- _APP_REDIS_HOST
578
582
- _APP_REDIS_PORT
579
583
- _APP_REDIS_USER
@@ -589,7 +593,7 @@ services:
589
593
- _APP_MIGRATIONS_FIREBASE_CLIENT_SECRET
590
594
591
595
appwrite-task-maintenance :
592
- image : appwrite/appwrite:1.5.7
596
+ image : appwrite/appwrite:1.5.11
593
597
entrypoint : maintenance
594
598
<< : *x-logging
595
599
container_name : appwrite-task-maintenance
@@ -623,7 +627,7 @@ services:
623
627
- _APP_MAINTENANCE_RETENTION_SCHEDULES
624
628
625
629
appwrite-worker-usage :
626
- image : appwrite/appwrite:1.5.7
630
+ image : appwrite/appwrite:1.5.11
627
631
entrypoint : worker-usage
628
632
container_name : appwrite-worker-usage
629
633
<< : *x-logging
@@ -652,7 +656,7 @@ services:
652
656
- _APP_USAGE_AGGREGATION_INTERVAL
653
657
654
658
appwrite-worker-usage-dump :
655
- image : appwrite/appwrite:1.5.7
659
+ image : appwrite/appwrite:1.5.11
656
660
entrypoint : worker-usage-dump
657
661
<< : *x-logging
658
662
container_name : appwrite-worker-usage-dump
@@ -680,7 +684,7 @@ services:
680
684
- _APP_USAGE_AGGREGATION_INTERVAL
681
685
682
686
appwrite-task-scheduler-functions :
683
- image : appwrite/appwrite:1.5.7
687
+ image : appwrite/appwrite:1.5.11
684
688
entrypoint : schedule-functions
685
689
container_name : appwrite-task-scheduler-functions
686
690
<< : *x-logging
@@ -705,7 +709,7 @@ services:
705
709
- _APP_DB_PASS
706
710
707
711
appwrite-task-scheduler-messages :
708
- image : appwrite/appwrite:1.5.7
712
+ image : appwrite/appwrite:1.5.11
709
713
entrypoint : schedule-messages
710
714
container_name : appwrite-task-scheduler-messages
711
715
<< : *x-logging
@@ -745,7 +749,7 @@ services:
745
749
<< : *x-logging
746
750
restart : unless-stopped
747
751
stop_signal : SIGINT
748
- image : openruntimes/executor:0.5.5
752
+ image : openruntimes/executor:0.5.10
749
753
networks :
750
754
- appwrite
751
755
- runtimes
0 commit comments