@@ -32,7 +32,7 @@ services:
32
32
- appwrite
33
33
34
34
appwrite :
35
- image : appwrite/appwrite:1.6.0
35
+ image : appwrite/appwrite:1.6.1
36
36
container_name : appwrite
37
37
<< : *x-logging
38
38
restart : unless-stopped
@@ -66,6 +66,7 @@ services:
66
66
- _APP_ENV
67
67
- _APP_WORKER_PER_CORE
68
68
- _APP_LOCALE
69
+ - _APP_COMPRESSION_MIN_SIZE_BYTES
69
70
- _APP_CONSOLE_WHITELIST_ROOT
70
71
- _APP_CONSOLE_WHITELIST_EMAILS
71
72
- _APP_CONSOLE_SESSION_ALERTS
@@ -159,7 +160,7 @@ services:
159
160
appwrite-console :
160
161
<< : *x-logging
161
162
container_name : appwrite-console
162
- image : appwrite/console:5.0.12
163
+ image : appwrite/console:5.2.27
163
164
restart : unless-stopped
164
165
networks :
165
166
- appwrite
@@ -179,7 +180,7 @@ services:
179
180
- traefik.http.routers.appwrite_console_https.tls=true
180
181
181
182
appwrite-realtime :
182
- image : appwrite/appwrite:1.6.0
183
+ image : appwrite/appwrite:1.6.1
183
184
entrypoint : realtime
184
185
container_name : appwrite-realtime
185
186
<< : *x-logging
@@ -222,7 +223,7 @@ services:
222
223
- _APP_LOGGING_CONFIG
223
224
224
225
appwrite-worker-audits :
225
- image : appwrite/appwrite:1.6.0
226
+ image : appwrite/appwrite:1.6.1
226
227
entrypoint : worker-audits
227
228
<< : *x-logging
228
229
container_name : appwrite-worker-audits
@@ -248,7 +249,7 @@ services:
248
249
- _APP_LOGGING_CONFIG
249
250
250
251
appwrite-worker-webhooks :
251
- image : appwrite/appwrite:1.6.0
252
+ image : appwrite/appwrite:1.6.1
252
253
entrypoint : worker-webhooks
253
254
<< : *x-logging
254
255
container_name : appwrite-worker-webhooks
@@ -276,7 +277,7 @@ services:
276
277
- _APP_LOGGING_CONFIG
277
278
278
279
appwrite-worker-deletes :
279
- image : appwrite/appwrite:1.6.0
280
+ image : appwrite/appwrite:1.6.1
280
281
entrypoint : worker-deletes
281
282
<< : *x-logging
282
283
container_name : appwrite-worker-deletes
@@ -334,7 +335,7 @@ services:
334
335
- _APP_MAINTENANCE_RETENTION_EXECUTION
335
336
336
337
appwrite-worker-databases :
337
- image : appwrite/appwrite:1.6.0
338
+ image : appwrite/appwrite:1.6.1
338
339
entrypoint : worker-databases
339
340
<< : *x-logging
340
341
container_name : appwrite-worker-databases
@@ -360,7 +361,7 @@ services:
360
361
- _APP_LOGGING_CONFIG
361
362
362
363
appwrite-worker-builds :
363
- image : appwrite/appwrite:1.6.0
364
+ image : appwrite/appwrite:1.6.1
364
365
entrypoint : worker-builds
365
366
<< : *x-logging
366
367
container_name : appwrite-worker-builds
@@ -423,7 +424,7 @@ services:
423
424
- _APP_STORAGE_WASABI_BUCKET
424
425
425
426
appwrite-worker-certificates :
426
- image : appwrite/appwrite:1.6.0
427
+ image : appwrite/appwrite:1.6.1
427
428
entrypoint : worker-certificates
428
429
<< : *x-logging
429
430
container_name : appwrite-worker-certificates
@@ -456,7 +457,7 @@ services:
456
457
- _APP_LOGGING_CONFIG
457
458
458
459
appwrite-worker-functions :
459
- image : appwrite/appwrite:1.6.0
460
+ image : appwrite/appwrite:1.6.1
460
461
entrypoint : worker-functions
461
462
<< : *x-logging
462
463
container_name : appwrite-worker-functions
@@ -494,7 +495,7 @@ services:
494
495
- _APP_LOGGING_CONFIG
495
496
496
497
appwrite-worker-mails :
497
- image : appwrite/appwrite:1.6.0
498
+ image : appwrite/appwrite:1.6.1
498
499
entrypoint : worker-mails
499
500
<< : *x-logging
500
501
container_name : appwrite-worker-mails
@@ -524,9 +525,11 @@ services:
524
525
- _APP_SMTP_USERNAME
525
526
- _APP_SMTP_PASSWORD
526
527
- _APP_LOGGING_CONFIG
528
+ - _APP_DOMAIN
529
+ - _APP_OPTIONS_FORCE_HTTPS
527
530
528
531
appwrite-worker-messaging :
529
- image : appwrite/appwrite:1.6.0
532
+ image : appwrite/appwrite:1.6.1
530
533
entrypoint : worker-messaging
531
534
<< : *x-logging
532
535
container_name : appwrite-worker-messaging
@@ -576,7 +579,7 @@ services:
576
579
- _APP_STORAGE_WASABI_BUCKET
577
580
578
581
appwrite-worker-migrations :
579
- image : appwrite/appwrite:1.6.0
582
+ image : appwrite/appwrite:1.6.1
580
583
entrypoint : worker-migrations
581
584
<< : *x-logging
582
585
container_name : appwrite-worker-migrations
@@ -606,7 +609,7 @@ services:
606
609
- _APP_MIGRATIONS_FIREBASE_CLIENT_SECRET
607
610
608
611
appwrite-task-maintenance :
609
- image : appwrite/appwrite:1.6.0
612
+ image : appwrite/appwrite:1.6.1
610
613
entrypoint : maintenance
611
614
<< : *x-logging
612
615
container_name : appwrite-task-maintenance
@@ -640,7 +643,7 @@ services:
640
643
- _APP_MAINTENANCE_RETENTION_SCHEDULES
641
644
642
645
appwrite-worker-usage :
643
- image : appwrite/appwrite:1.6.0
646
+ image : appwrite/appwrite:1.6.1
644
647
entrypoint : worker-usage
645
648
container_name : appwrite-worker-usage
646
649
<< : *x-logging
@@ -668,10 +671,11 @@ services:
668
671
- _APP_USAGE_AGGREGATION_INTERVAL
669
672
670
673
appwrite-worker-usage-dump :
671
- image : appwrite/appwrite:1.6.0
674
+ image : appwrite/appwrite:1.6.1
672
675
entrypoint : worker-usage-dump
673
676
<< : *x-logging
674
677
container_name : appwrite-worker-usage-dump
678
+ restart : unless-stopped
675
679
networks :
676
680
- appwrite
677
681
depends_on :
@@ -695,7 +699,7 @@ services:
695
699
- _APP_USAGE_AGGREGATION_INTERVAL
696
700
697
701
appwrite-task-scheduler-functions :
698
- image : appwrite/appwrite:1.6.0
702
+ image : appwrite/appwrite:1.6.1
699
703
entrypoint : schedule-functions
700
704
container_name : appwrite-task-scheduler-functions
701
705
<< : *x-logging
@@ -720,7 +724,7 @@ services:
720
724
- _APP_DB_PASS
721
725
722
726
appwrite-task-scheduler-executions :
723
- image : appwrite/appwrite:1.6.0
727
+ image : appwrite/appwrite:1.6.1
724
728
entrypoint : schedule-executions
725
729
container_name : appwrite-task-scheduler-executions
726
730
<< : *x-logging
@@ -745,7 +749,7 @@ services:
745
749
- _APP_DB_PASS
746
750
747
751
appwrite-task-scheduler-messages :
748
- image : appwrite/appwrite:1.6.0
752
+ image : appwrite/appwrite:1.6.1
749
753
entrypoint : schedule-messages
750
754
container_name : appwrite-task-scheduler-messages
751
755
<< : *x-logging
0 commit comments