Skip to content

Commit 602d158

Browse files
authored
Merge pull request #35 from appwrite/feat-1.5.11
feat: update to 1.5.11 release
2 parents c1e06ff + 35b63b2 commit 602d158

File tree

2 files changed

+27
-21
lines changed

2 files changed

+27
-21
lines changed

.env

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ _APP_SYSTEM_EMAIL_NAME=Appwrite
1717
_APP_SYSTEM_EMAIL_ADDRESS=[email protected]
1818
_APP_SYSTEM_RESPONSE_FORMAT=
1919
_APP_SYSTEM_SECURITY_EMAIL_ADDRESS=[email protected]
20+
_APP_EMAIL_SECURITY=
21+
_APP_EMAIL_CERTIFICATES=
2022
_APP_USAGE_STATS=enabled
2123
_APP_LOGGING_PROVIDER=
2224
_APP_LOGGING_CONFIG=

docker-compose.yml

+25-21
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ services:
3232
- appwrite
3333

3434
appwrite:
35-
image: appwrite/appwrite:1.5.7
35+
image: appwrite/appwrite:1.5.11
3636
container_name: appwrite
3737
<<: *x-logging
3838
restart: unless-stopped
@@ -72,7 +72,7 @@ services:
7272
- _APP_CONSOLE_HOSTNAMES
7373
- _APP_SYSTEM_EMAIL_NAME
7474
- _APP_SYSTEM_EMAIL_ADDRESS
75-
- _APP_SYSTEM_SECURITY_EMAIL_ADDRESS
75+
- _APP_EMAIL_SECURITY
7676
- _APP_SYSTEM_RESPONSE_FORMAT
7777
- _APP_OPTIONS_ABUSE
7878
- _APP_OPTIONS_ROUTER_PROTECTION
@@ -157,7 +157,7 @@ services:
157157
- _APP_ASSISTANT_OPENAI_API_KEY
158158

159159
appwrite-realtime:
160-
image: appwrite/appwrite:1.5.7
160+
image: appwrite/appwrite:1.5.11
161161
entrypoint: realtime
162162
container_name: appwrite-realtime
163163
<<: *x-logging
@@ -201,7 +201,7 @@ services:
201201
- _APP_LOGGING_CONFIG
202202

203203
appwrite-worker-audits:
204-
image: appwrite/appwrite:1.5.7
204+
image: appwrite/appwrite:1.5.11
205205
entrypoint: worker-audits
206206
<<: *x-logging
207207
container_name: appwrite-worker-audits
@@ -228,7 +228,7 @@ services:
228228
- _APP_LOGGING_CONFIG
229229

230230
appwrite-worker-webhooks:
231-
image: appwrite/appwrite:1.5.7
231+
image: appwrite/appwrite:1.5.11
232232
entrypoint: worker-webhooks
233233
<<: *x-logging
234234
container_name: appwrite-worker-webhooks
@@ -242,6 +242,7 @@ services:
242242
- _APP_ENV
243243
- _APP_WORKER_PER_CORE
244244
- _APP_OPENSSL_KEY_V1
245+
- _APP_EMAIL_SECURITY
245246
- _APP_SYSTEM_SECURITY_EMAIL_ADDRESS
246247
- _APP_DB_HOST
247248
- _APP_DB_PORT
@@ -256,7 +257,7 @@ services:
256257
- _APP_LOGGING_CONFIG
257258

258259
appwrite-worker-deletes:
259-
image: appwrite/appwrite:1.5.7
260+
image: appwrite/appwrite:1.5.11
260261
entrypoint: worker-deletes
261262
<<: *x-logging
262263
container_name: appwrite-worker-deletes
@@ -310,9 +311,12 @@ services:
310311
- _APP_LOGGING_CONFIG
311312
- _APP_EXECUTOR_SECRET
312313
- _APP_EXECUTOR_HOST
314+
- _APP_MAINTENANCE_RETENTION_ABUSE
315+
- _APP_MAINTENANCE_RETENTION_AUDIT
316+
- _APP_MAINTENANCE_RETENTION_EXECUTION
313317

314318
appwrite-worker-databases:
315-
image: appwrite/appwrite:1.5.7
319+
image: appwrite/appwrite:1.5.11
316320
entrypoint: worker-databases
317321
<<: *x-logging
318322
container_name: appwrite-worker-databases
@@ -339,7 +343,7 @@ services:
339343
- _APP_LOGGING_CONFIG
340344

341345
appwrite-worker-builds:
342-
image: appwrite/appwrite:1.5.7
346+
image: appwrite/appwrite:1.5.11
343347
entrypoint: worker-builds
344348
<<: *x-logging
345349
container_name: appwrite-worker-builds
@@ -403,7 +407,7 @@ services:
403407
- _APP_STORAGE_WASABI_BUCKET
404408

405409
appwrite-worker-certificates:
406-
image: appwrite/appwrite:1.5.7
410+
image: appwrite/appwrite:1.5.11
407411
entrypoint: worker-certificates
408412
<<: *x-logging
409413
container_name: appwrite-worker-certificates
@@ -423,7 +427,7 @@ services:
423427
- _APP_DOMAIN
424428
- _APP_DOMAIN_TARGET
425429
- _APP_DOMAIN_FUNCTIONS
426-
- _APP_SYSTEM_SECURITY_EMAIL_ADDRESS
430+
- _APP_EMAIL_CERTIFICATES
427431
- _APP_REDIS_HOST
428432
- _APP_REDIS_PORT
429433
- _APP_REDIS_USER
@@ -437,7 +441,7 @@ services:
437441
- _APP_LOGGING_CONFIG
438442

439443
appwrite-worker-functions:
440-
image: appwrite/appwrite:1.5.7
444+
image: appwrite/appwrite:1.5.11
441445
entrypoint: worker-functions
442446
<<: *x-logging
443447
container_name: appwrite-worker-functions
@@ -474,7 +478,7 @@ services:
474478
- _APP_LOGGING_PROVIDER
475479

476480
appwrite-worker-mails:
477-
image: appwrite/appwrite:1.5.7
481+
image: appwrite/appwrite:1.5.11
478482
entrypoint: worker-mails
479483
<<: *x-logging
480484
container_name: appwrite-worker-mails
@@ -507,7 +511,7 @@ services:
507511
- _APP_LOGGING_CONFIG
508512

509513
appwrite-worker-messaging:
510-
image: appwrite/appwrite:1.5.7
514+
image: appwrite/appwrite:1.5.11
511515
entrypoint: worker-messaging
512516
<<: *x-logging
513517
container_name: appwrite-worker-messaging
@@ -558,7 +562,7 @@ services:
558562
- _APP_STORAGE_WASABI_BUCKET
559563

560564
appwrite-worker-migrations:
561-
image: appwrite/appwrite:1.5.7
565+
image: appwrite/appwrite:1.5.11
562566
entrypoint: worker-migrations
563567
<<: *x-logging
564568
container_name: appwrite-worker-migrations
@@ -573,7 +577,7 @@ services:
573577
- _APP_OPENSSL_KEY_V1
574578
- _APP_DOMAIN
575579
- _APP_DOMAIN_TARGET
576-
- _APP_SYSTEM_SECURITY_EMAIL_ADDRESS
580+
- _APP_EMAIL_SECURITY
577581
- _APP_REDIS_HOST
578582
- _APP_REDIS_PORT
579583
- _APP_REDIS_USER
@@ -589,7 +593,7 @@ services:
589593
- _APP_MIGRATIONS_FIREBASE_CLIENT_SECRET
590594

591595
appwrite-task-maintenance:
592-
image: appwrite/appwrite:1.5.7
596+
image: appwrite/appwrite:1.5.11
593597
entrypoint: maintenance
594598
<<: *x-logging
595599
container_name: appwrite-task-maintenance
@@ -623,7 +627,7 @@ services:
623627
- _APP_MAINTENANCE_RETENTION_SCHEDULES
624628

625629
appwrite-worker-usage:
626-
image: appwrite/appwrite:1.5.7
630+
image: appwrite/appwrite:1.5.11
627631
entrypoint: worker-usage
628632
container_name: appwrite-worker-usage
629633
<<: *x-logging
@@ -652,7 +656,7 @@ services:
652656
- _APP_USAGE_AGGREGATION_INTERVAL
653657

654658
appwrite-worker-usage-dump:
655-
image: appwrite/appwrite:1.5.7
659+
image: appwrite/appwrite:1.5.11
656660
entrypoint: worker-usage-dump
657661
<<: *x-logging
658662
container_name: appwrite-worker-usage-dump
@@ -680,7 +684,7 @@ services:
680684
- _APP_USAGE_AGGREGATION_INTERVAL
681685

682686
appwrite-task-scheduler-functions:
683-
image: appwrite/appwrite:1.5.7
687+
image: appwrite/appwrite:1.5.11
684688
entrypoint: schedule-functions
685689
container_name: appwrite-task-scheduler-functions
686690
<<: *x-logging
@@ -705,7 +709,7 @@ services:
705709
- _APP_DB_PASS
706710

707711
appwrite-task-scheduler-messages:
708-
image: appwrite/appwrite:1.5.7
712+
image: appwrite/appwrite:1.5.11
709713
entrypoint: schedule-messages
710714
container_name: appwrite-task-scheduler-messages
711715
<<: *x-logging
@@ -745,7 +749,7 @@ services:
745749
<<: *x-logging
746750
restart: unless-stopped
747751
stop_signal: SIGINT
748-
image: openruntimes/executor:0.5.5
752+
image: openruntimes/executor:0.5.10
749753
networks:
750754
- appwrite
751755
- runtimes

0 commit comments

Comments
 (0)