@@ -32,7 +32,7 @@ services:
3232 - appwrite
3333
3434 appwrite :
35- image : appwrite/appwrite:1.6.0
35+ image : appwrite/appwrite:1.6.1
3636 container_name : appwrite
3737 << : *x-logging
3838 restart : unless-stopped
@@ -66,6 +66,7 @@ services:
6666 - _APP_ENV
6767 - _APP_WORKER_PER_CORE
6868 - _APP_LOCALE
69+ - _APP_COMPRESSION_MIN_SIZE_BYTES
6970 - _APP_CONSOLE_WHITELIST_ROOT
7071 - _APP_CONSOLE_WHITELIST_EMAILS
7172 - _APP_CONSOLE_SESSION_ALERTS
@@ -159,7 +160,7 @@ services:
159160 appwrite-console :
160161 << : *x-logging
161162 container_name : appwrite-console
162- image : appwrite/console:5.0.12
163+ image : appwrite/console:5.2.27
163164 restart : unless-stopped
164165 networks :
165166 - appwrite
@@ -179,7 +180,7 @@ services:
179180 - traefik.http.routers.appwrite_console_https.tls=true
180181
181182 appwrite-realtime :
182- image : appwrite/appwrite:1.6.0
183+ image : appwrite/appwrite:1.6.1
183184 entrypoint : realtime
184185 container_name : appwrite-realtime
185186 << : *x-logging
@@ -222,7 +223,7 @@ services:
222223 - _APP_LOGGING_CONFIG
223224
224225 appwrite-worker-audits :
225- image : appwrite/appwrite:1.6.0
226+ image : appwrite/appwrite:1.6.1
226227 entrypoint : worker-audits
227228 << : *x-logging
228229 container_name : appwrite-worker-audits
@@ -248,7 +249,7 @@ services:
248249 - _APP_LOGGING_CONFIG
249250
250251 appwrite-worker-webhooks :
251- image : appwrite/appwrite:1.6.0
252+ image : appwrite/appwrite:1.6.1
252253 entrypoint : worker-webhooks
253254 << : *x-logging
254255 container_name : appwrite-worker-webhooks
@@ -276,7 +277,7 @@ services:
276277 - _APP_LOGGING_CONFIG
277278
278279 appwrite-worker-deletes :
279- image : appwrite/appwrite:1.6.0
280+ image : appwrite/appwrite:1.6.1
280281 entrypoint : worker-deletes
281282 << : *x-logging
282283 container_name : appwrite-worker-deletes
@@ -334,7 +335,7 @@ services:
334335 - _APP_MAINTENANCE_RETENTION_EXECUTION
335336
336337 appwrite-worker-databases :
337- image : appwrite/appwrite:1.6.0
338+ image : appwrite/appwrite:1.6.1
338339 entrypoint : worker-databases
339340 << : *x-logging
340341 container_name : appwrite-worker-databases
@@ -360,7 +361,7 @@ services:
360361 - _APP_LOGGING_CONFIG
361362
362363 appwrite-worker-builds :
363- image : appwrite/appwrite:1.6.0
364+ image : appwrite/appwrite:1.6.1
364365 entrypoint : worker-builds
365366 << : *x-logging
366367 container_name : appwrite-worker-builds
@@ -423,7 +424,7 @@ services:
423424 - _APP_STORAGE_WASABI_BUCKET
424425
425426 appwrite-worker-certificates :
426- image : appwrite/appwrite:1.6.0
427+ image : appwrite/appwrite:1.6.1
427428 entrypoint : worker-certificates
428429 << : *x-logging
429430 container_name : appwrite-worker-certificates
@@ -456,7 +457,7 @@ services:
456457 - _APP_LOGGING_CONFIG
457458
458459 appwrite-worker-functions :
459- image : appwrite/appwrite:1.6.0
460+ image : appwrite/appwrite:1.6.1
460461 entrypoint : worker-functions
461462 << : *x-logging
462463 container_name : appwrite-worker-functions
@@ -494,7 +495,7 @@ services:
494495 - _APP_LOGGING_CONFIG
495496
496497 appwrite-worker-mails :
497- image : appwrite/appwrite:1.6.0
498+ image : appwrite/appwrite:1.6.1
498499 entrypoint : worker-mails
499500 << : *x-logging
500501 container_name : appwrite-worker-mails
@@ -524,9 +525,11 @@ services:
524525 - _APP_SMTP_USERNAME
525526 - _APP_SMTP_PASSWORD
526527 - _APP_LOGGING_CONFIG
528+ - _APP_DOMAIN
529+ - _APP_OPTIONS_FORCE_HTTPS
527530
528531 appwrite-worker-messaging :
529- image : appwrite/appwrite:1.6.0
532+ image : appwrite/appwrite:1.6.1
530533 entrypoint : worker-messaging
531534 << : *x-logging
532535 container_name : appwrite-worker-messaging
@@ -576,7 +579,7 @@ services:
576579 - _APP_STORAGE_WASABI_BUCKET
577580
578581 appwrite-worker-migrations :
579- image : appwrite/appwrite:1.6.0
582+ image : appwrite/appwrite:1.6.1
580583 entrypoint : worker-migrations
581584 << : *x-logging
582585 container_name : appwrite-worker-migrations
@@ -606,7 +609,7 @@ services:
606609 - _APP_MIGRATIONS_FIREBASE_CLIENT_SECRET
607610
608611 appwrite-task-maintenance :
609- image : appwrite/appwrite:1.6.0
612+ image : appwrite/appwrite:1.6.1
610613 entrypoint : maintenance
611614 << : *x-logging
612615 container_name : appwrite-task-maintenance
@@ -640,7 +643,7 @@ services:
640643 - _APP_MAINTENANCE_RETENTION_SCHEDULES
641644
642645 appwrite-worker-usage :
643- image : appwrite/appwrite:1.6.0
646+ image : appwrite/appwrite:1.6.1
644647 entrypoint : worker-usage
645648 container_name : appwrite-worker-usage
646649 << : *x-logging
@@ -668,10 +671,11 @@ services:
668671 - _APP_USAGE_AGGREGATION_INTERVAL
669672
670673 appwrite-worker-usage-dump :
671- image : appwrite/appwrite:1.6.0
674+ image : appwrite/appwrite:1.6.1
672675 entrypoint : worker-usage-dump
673676 << : *x-logging
674677 container_name : appwrite-worker-usage-dump
678+ restart : unless-stopped
675679 networks :
676680 - appwrite
677681 depends_on :
@@ -695,7 +699,7 @@ services:
695699 - _APP_USAGE_AGGREGATION_INTERVAL
696700
697701 appwrite-task-scheduler-functions :
698- image : appwrite/appwrite:1.6.0
702+ image : appwrite/appwrite:1.6.1
699703 entrypoint : schedule-functions
700704 container_name : appwrite-task-scheduler-functions
701705 << : *x-logging
@@ -720,7 +724,7 @@ services:
720724 - _APP_DB_PASS
721725
722726 appwrite-task-scheduler-executions :
723- image : appwrite/appwrite:1.6.0
727+ image : appwrite/appwrite:1.6.1
724728 entrypoint : schedule-executions
725729 container_name : appwrite-task-scheduler-executions
726730 << : *x-logging
@@ -745,7 +749,7 @@ services:
745749 - _APP_DB_PASS
746750
747751 appwrite-task-scheduler-messages :
748- image : appwrite/appwrite:1.6.0
752+ image : appwrite/appwrite:1.6.1
749753 entrypoint : schedule-messages
750754 container_name : appwrite-task-scheduler-messages
751755 << : *x-logging
0 commit comments