@@ -4,8 +4,6 @@ x-logging: &x-logging
4
4
options :
5
5
max-file : ' 5'
6
6
max-size : ' 10m'
7
- version : ' 3'
8
-
9
7
services :
10
8
traefik :
11
9
image : traefik:2.11
@@ -34,7 +32,7 @@ services:
34
32
- appwrite
35
33
36
34
appwrite :
37
- image : appwrite/appwrite:1.5.6
35
+ image : appwrite/appwrite:1.5.7
38
36
container_name : appwrite
39
37
<< : *x-logging
40
38
restart : unless-stopped
@@ -159,7 +157,7 @@ services:
159
157
- _APP_ASSISTANT_OPENAI_API_KEY
160
158
161
159
appwrite-realtime :
162
- image : appwrite/appwrite:1.5.6
160
+ image : appwrite/appwrite:1.5.7
163
161
entrypoint : realtime
164
162
container_name : appwrite-realtime
165
163
<< : *x-logging
@@ -203,7 +201,7 @@ services:
203
201
- _APP_LOGGING_CONFIG
204
202
205
203
appwrite-worker-audits :
206
- image : appwrite/appwrite:1.5.6
204
+ image : appwrite/appwrite:1.5.7
207
205
entrypoint : worker-audits
208
206
<< : *x-logging
209
207
container_name : appwrite-worker-audits
@@ -230,7 +228,7 @@ services:
230
228
- _APP_LOGGING_CONFIG
231
229
232
230
appwrite-worker-webhooks :
233
- image : appwrite/appwrite:1.5.6
231
+ image : appwrite/appwrite:1.5.7
234
232
entrypoint : worker-webhooks
235
233
<< : *x-logging
236
234
container_name : appwrite-worker-webhooks
@@ -258,7 +256,7 @@ services:
258
256
- _APP_LOGGING_CONFIG
259
257
260
258
appwrite-worker-deletes :
261
- image : appwrite/appwrite:1.5.6
259
+ image : appwrite/appwrite:1.5.7
262
260
entrypoint : worker-deletes
263
261
<< : *x-logging
264
262
container_name : appwrite-worker-deletes
@@ -314,7 +312,7 @@ services:
314
312
- _APP_EXECUTOR_HOST
315
313
316
314
appwrite-worker-databases :
317
- image : appwrite/appwrite:1.5.6
315
+ image : appwrite/appwrite:1.5.7
318
316
entrypoint : worker-databases
319
317
<< : *x-logging
320
318
container_name : appwrite-worker-databases
@@ -341,7 +339,7 @@ services:
341
339
- _APP_LOGGING_CONFIG
342
340
343
341
appwrite-worker-builds :
344
- image : appwrite/appwrite:1.5.6
342
+ image : appwrite/appwrite:1.5.7
345
343
entrypoint : worker-builds
346
344
<< : *x-logging
347
345
container_name : appwrite-worker-builds
@@ -405,7 +403,7 @@ services:
405
403
- _APP_STORAGE_WASABI_BUCKET
406
404
407
405
appwrite-worker-certificates :
408
- image : appwrite/appwrite:1.5.6
406
+ image : appwrite/appwrite:1.5.7
409
407
entrypoint : worker-certificates
410
408
<< : *x-logging
411
409
container_name : appwrite-worker-certificates
@@ -439,7 +437,7 @@ services:
439
437
- _APP_LOGGING_CONFIG
440
438
441
439
appwrite-worker-functions :
442
- image : appwrite/appwrite:1.5.6
440
+ image : appwrite/appwrite:1.5.7
443
441
entrypoint : worker-functions
444
442
<< : *x-logging
445
443
container_name : appwrite-worker-functions
@@ -476,7 +474,7 @@ services:
476
474
- _APP_LOGGING_PROVIDER
477
475
478
476
appwrite-worker-mails :
479
- image : appwrite/appwrite:1.5.6
477
+ image : appwrite/appwrite:1.5.7
480
478
entrypoint : worker-mails
481
479
<< : *x-logging
482
480
container_name : appwrite-worker-mails
@@ -509,13 +507,15 @@ services:
509
507
- _APP_LOGGING_CONFIG
510
508
511
509
appwrite-worker-messaging :
512
- image : appwrite/appwrite:1.5.6
510
+ image : appwrite/appwrite:1.5.7
513
511
entrypoint : worker-messaging
514
512
<< : *x-logging
515
513
container_name : appwrite-worker-messaging
516
514
restart : unless-stopped
517
515
networks :
518
516
- appwrite
517
+ volumes :
518
+ - appwrite-uploads:/storage/uploads:rw
519
519
depends_on :
520
520
- redis
521
521
environment :
@@ -535,9 +535,30 @@ services:
535
535
- _APP_LOGGING_CONFIG
536
536
- _APP_SMS_FROM
537
537
- _APP_SMS_PROVIDER
538
+ - _APP_STORAGE_DEVICE
539
+ - _APP_STORAGE_S3_ACCESS_KEY
540
+ - _APP_STORAGE_S3_SECRET
541
+ - _APP_STORAGE_S3_REGION
542
+ - _APP_STORAGE_S3_BUCKET
543
+ - _APP_STORAGE_DO_SPACES_ACCESS_KEY
544
+ - _APP_STORAGE_DO_SPACES_SECRET
545
+ - _APP_STORAGE_DO_SPACES_REGION
546
+ - _APP_STORAGE_DO_SPACES_BUCKET
547
+ - _APP_STORAGE_BACKBLAZE_ACCESS_KEY
548
+ - _APP_STORAGE_BACKBLAZE_SECRET
549
+ - _APP_STORAGE_BACKBLAZE_REGION
550
+ - _APP_STORAGE_BACKBLAZE_BUCKET
551
+ - _APP_STORAGE_LINODE_ACCESS_KEY
552
+ - _APP_STORAGE_LINODE_SECRET
553
+ - _APP_STORAGE_LINODE_REGION
554
+ - _APP_STORAGE_LINODE_BUCKET
555
+ - _APP_STORAGE_WASABI_ACCESS_KEY
556
+ - _APP_STORAGE_WASABI_SECRET
557
+ - _APP_STORAGE_WASABI_REGION
558
+ - _APP_STORAGE_WASABI_BUCKET
538
559
539
560
appwrite-worker-migrations :
540
- image : appwrite/appwrite:1.5.6
561
+ image : appwrite/appwrite:1.5.7
541
562
entrypoint : worker-migrations
542
563
<< : *x-logging
543
564
container_name : appwrite-worker-migrations
@@ -568,7 +589,7 @@ services:
568
589
- _APP_MIGRATIONS_FIREBASE_CLIENT_SECRET
569
590
570
591
appwrite-task-maintenance :
571
- image : appwrite/appwrite:1.5.6
592
+ image : appwrite/appwrite:1.5.7
572
593
entrypoint : maintenance
573
594
<< : *x-logging
574
595
container_name : appwrite-task-maintenance
@@ -602,7 +623,7 @@ services:
602
623
- _APP_MAINTENANCE_RETENTION_SCHEDULES
603
624
604
625
appwrite-worker-usage :
605
- image : appwrite/appwrite:1.5.6
626
+ image : appwrite/appwrite:1.5.7
606
627
entrypoint : worker-usage
607
628
container_name : appwrite-worker-usage
608
629
<< : *x-logging
@@ -631,7 +652,7 @@ services:
631
652
- _APP_USAGE_AGGREGATION_INTERVAL
632
653
633
654
appwrite-worker-usage-dump :
634
- image : appwrite/appwrite:1.5.6
655
+ image : appwrite/appwrite:1.5.7
635
656
entrypoint : worker-usage-dump
636
657
<< : *x-logging
637
658
container_name : appwrite-worker-usage-dump
@@ -659,7 +680,7 @@ services:
659
680
- _APP_USAGE_AGGREGATION_INTERVAL
660
681
661
682
appwrite-task-scheduler-functions :
662
- image : appwrite/appwrite:1.5.6
683
+ image : appwrite/appwrite:1.5.7
663
684
entrypoint : schedule-functions
664
685
container_name : appwrite-task-scheduler-functions
665
686
<< : *x-logging
@@ -684,7 +705,7 @@ services:
684
705
- _APP_DB_PASS
685
706
686
707
appwrite-task-scheduler-messages :
687
- image : appwrite/appwrite:1.5.6
708
+ image : appwrite/appwrite:1.5.7
688
709
entrypoint : schedule-messages
689
710
container_name : appwrite-task-scheduler-messages
690
711
<< : *x-logging
@@ -720,7 +741,7 @@ services:
720
741
721
742
openruntimes-executor :
722
743
container_name : openruntimes-executor
723
- hostname : appwrite-executor
744
+ hostname : exc1
724
745
<< : *x-logging
725
746
restart : unless-stopped
726
747
stop_signal : SIGINT
0 commit comments