@@ -34,7 +34,7 @@ services:
34
34
- appwrite
35
35
36
36
appwrite :
37
- image : appwrite/appwrite:1.4.2
37
+ image : appwrite/appwrite:1.4.3
38
38
container_name : appwrite
39
39
<< : *x-logging
40
40
restart : unless-stopped
@@ -160,7 +160,7 @@ services:
160
160
- _APP_ASSISTANT_OPENAI_API_KEY
161
161
162
162
appwrite-realtime :
163
- image : appwrite/appwrite:1.4.2
163
+ image : appwrite/appwrite:1.4.3
164
164
entrypoint : realtime
165
165
container_name : appwrite-realtime
166
166
<< : *x-logging
@@ -204,7 +204,7 @@ services:
204
204
- _APP_LOGGING_CONFIG
205
205
206
206
appwrite-worker-audits :
207
- image : appwrite/appwrite:1.4.2
207
+ image : appwrite/appwrite:1.4.3
208
208
entrypoint : worker-audits
209
209
<< : *x-logging
210
210
container_name : appwrite-worker-audits
@@ -231,7 +231,7 @@ services:
231
231
- _APP_LOGGING_CONFIG
232
232
233
233
appwrite-worker-webhooks :
234
- image : appwrite/appwrite:1.4.2
234
+ image : appwrite/appwrite:1.4.3
235
235
entrypoint : worker-webhooks
236
236
<< : *x-logging
237
237
container_name : appwrite-worker-webhooks
@@ -254,7 +254,7 @@ services:
254
254
- _APP_LOGGING_CONFIG
255
255
256
256
appwrite-worker-deletes :
257
- image : appwrite/appwrite:1.4.2
257
+ image : appwrite/appwrite:1.4.3
258
258
entrypoint : worker-deletes
259
259
<< : *x-logging
260
260
container_name : appwrite-worker-deletes
@@ -310,7 +310,7 @@ services:
310
310
- _APP_EXECUTOR_HOST
311
311
312
312
appwrite-worker-databases :
313
- image : appwrite/appwrite:1.4.2
313
+ image : appwrite/appwrite:1.4.3
314
314
entrypoint : worker-databases
315
315
<< : *x-logging
316
316
container_name : appwrite-worker-databases
@@ -337,7 +337,7 @@ services:
337
337
- _APP_LOGGING_CONFIG
338
338
339
339
appwrite-worker-builds :
340
- image : appwrite/appwrite:1.4.2
340
+ image : appwrite/appwrite:1.4.3
341
341
entrypoint : worker-builds
342
342
<< : *x-logging
343
343
container_name : appwrite-worker-builds
@@ -376,9 +376,30 @@ services:
376
376
- _APP_FUNCTIONS_MEMORY
377
377
- _APP_OPTIONS_FORCE_HTTPS
378
378
- _APP_DOMAIN
379
+ - _APP_STORAGE_DEVICE
380
+ - _APP_STORAGE_S3_ACCESS_KEY
381
+ - _APP_STORAGE_S3_SECRET
382
+ - _APP_STORAGE_S3_REGION
383
+ - _APP_STORAGE_S3_BUCKET
384
+ - _APP_STORAGE_DO_SPACES_ACCESS_KEY
385
+ - _APP_STORAGE_DO_SPACES_SECRET
386
+ - _APP_STORAGE_DO_SPACES_REGION
387
+ - _APP_STORAGE_DO_SPACES_BUCKET
388
+ - _APP_STORAGE_BACKBLAZE_ACCESS_KEY
389
+ - _APP_STORAGE_BACKBLAZE_SECRET
390
+ - _APP_STORAGE_BACKBLAZE_REGION
391
+ - _APP_STORAGE_BACKBLAZE_BUCKET
392
+ - _APP_STORAGE_LINODE_ACCESS_KEY
393
+ - _APP_STORAGE_LINODE_SECRET
394
+ - _APP_STORAGE_LINODE_REGION
395
+ - _APP_STORAGE_LINODE_BUCKET
396
+ - _APP_STORAGE_WASABI_ACCESS_KEY
397
+ - _APP_STORAGE_WASABI_SECRET
398
+ - _APP_STORAGE_WASABI_REGION
399
+ - _APP_STORAGE_WASABI_BUCKET
379
400
380
401
appwrite-worker-certificates :
381
- image : appwrite/appwrite:1.4.2
402
+ image : appwrite/appwrite:1.4.3
382
403
entrypoint : worker-certificates
383
404
<< : *x-logging
384
405
container_name : appwrite-worker-certificates
@@ -412,7 +433,7 @@ services:
412
433
- _APP_LOGGING_CONFIG
413
434
414
435
appwrite-worker-functions :
415
- image : appwrite/appwrite:1.4.2
436
+ image : appwrite/appwrite:1.4.3
416
437
entrypoint : worker-functions
417
438
<< : *x-logging
418
439
container_name : appwrite-worker-functions
@@ -449,7 +470,7 @@ services:
449
470
- _APP_LOGGING_PROVIDER
450
471
451
472
appwrite-worker-mails :
452
- image : appwrite/appwrite:1.4.2
473
+ image : appwrite/appwrite:1.4.3
453
474
entrypoint : worker-mails
454
475
<< : *x-logging
455
476
container_name : appwrite-worker-mails
@@ -477,7 +498,7 @@ services:
477
498
- _APP_LOGGING_CONFIG
478
499
479
500
appwrite-worker-messaging :
480
- image : appwrite/appwrite:1.4.2
501
+ image : appwrite/appwrite:1.4.3
481
502
entrypoint : worker-messaging
482
503
<< : *x-logging
483
504
container_name : appwrite-worker-messaging
@@ -499,7 +520,7 @@ services:
499
520
- _APP_LOGGING_CONFIG
500
521
501
522
appwrite-worker-migrations :
502
- image : appwrite/appwrite:1.4.2
523
+ image : appwrite/appwrite:1.4.3
503
524
entrypoint : worker-migrations
504
525
<< : *x-logging
505
526
container_name : appwrite-worker-migrations
@@ -530,7 +551,7 @@ services:
530
551
- _APP_MIGRATIONS_FIREBASE_CLIENT_SECRET
531
552
532
553
appwrite-maintenance :
533
- image : appwrite/appwrite:1.4.2
554
+ image : appwrite/appwrite:1.4.3
534
555
entrypoint : maintenance
535
556
<< : *x-logging
536
557
container_name : appwrite-maintenance
@@ -564,7 +585,7 @@ services:
564
585
- _APP_MAINTENANCE_RETENTION_SCHEDULES
565
586
566
587
appwrite-usage :
567
- image : appwrite/appwrite:1.4.2
588
+ image : appwrite/appwrite:1.4.3
568
589
entrypoint : usage
569
590
container_name : appwrite-usage
570
591
<< : *x-logging
@@ -595,7 +616,7 @@ services:
595
616
- _APP_LOGGING_CONFIG
596
617
597
618
appwrite-schedule :
598
- image : appwrite/appwrite:1.4.2
619
+ image : appwrite/appwrite:1.4.3
599
620
entrypoint : schedule
600
621
container_name : appwrite-schedule
601
622
<< : *x-logging
@@ -608,6 +629,7 @@ services:
608
629
environment :
609
630
- _APP_ENV
610
631
- _APP_WORKER_PER_CORE
632
+ - _APP_OPENSSL_KEY_V1
611
633
- _APP_REDIS_HOST
612
634
- _APP_REDIS_PORT
613
635
- _APP_REDIS_USER
@@ -633,7 +655,7 @@ services:
633
655
hostname : appwrite-executor
634
656
<< : *x-logging
635
657
stop_signal : SIGINT
636
- image : openruntimes/executor:0.4.0
658
+ image : openruntimes/executor:0.4.1
637
659
networks :
638
660
- appwrite
639
661
- runtimes
0 commit comments