@@ -4,8 +4,6 @@ x-logging: &x-logging
44 options :
55 max-file : ' 5'
66 max-size : ' 10m'
7- version : ' 3'
8-
97services :
108 traefik :
119 image : traefik:2.11
@@ -34,7 +32,7 @@ services:
3432 - appwrite
3533
3634 appwrite :
37- image : appwrite/appwrite:1.5.6
35+ image : appwrite/appwrite:1.5.7
3836 container_name : appwrite
3937 << : *x-logging
4038 restart : unless-stopped
@@ -159,7 +157,7 @@ services:
159157 - _APP_ASSISTANT_OPENAI_API_KEY
160158
161159 appwrite-realtime :
162- image : appwrite/appwrite:1.5.6
160+ image : appwrite/appwrite:1.5.7
163161 entrypoint : realtime
164162 container_name : appwrite-realtime
165163 << : *x-logging
@@ -203,7 +201,7 @@ services:
203201 - _APP_LOGGING_CONFIG
204202
205203 appwrite-worker-audits :
206- image : appwrite/appwrite:1.5.6
204+ image : appwrite/appwrite:1.5.7
207205 entrypoint : worker-audits
208206 << : *x-logging
209207 container_name : appwrite-worker-audits
@@ -230,7 +228,7 @@ services:
230228 - _APP_LOGGING_CONFIG
231229
232230 appwrite-worker-webhooks :
233- image : appwrite/appwrite:1.5.6
231+ image : appwrite/appwrite:1.5.7
234232 entrypoint : worker-webhooks
235233 << : *x-logging
236234 container_name : appwrite-worker-webhooks
@@ -258,7 +256,7 @@ services:
258256 - _APP_LOGGING_CONFIG
259257
260258 appwrite-worker-deletes :
261- image : appwrite/appwrite:1.5.6
259+ image : appwrite/appwrite:1.5.7
262260 entrypoint : worker-deletes
263261 << : *x-logging
264262 container_name : appwrite-worker-deletes
@@ -314,7 +312,7 @@ services:
314312 - _APP_EXECUTOR_HOST
315313
316314 appwrite-worker-databases :
317- image : appwrite/appwrite:1.5.6
315+ image : appwrite/appwrite:1.5.7
318316 entrypoint : worker-databases
319317 << : *x-logging
320318 container_name : appwrite-worker-databases
@@ -341,7 +339,7 @@ services:
341339 - _APP_LOGGING_CONFIG
342340
343341 appwrite-worker-builds :
344- image : appwrite/appwrite:1.5.6
342+ image : appwrite/appwrite:1.5.7
345343 entrypoint : worker-builds
346344 << : *x-logging
347345 container_name : appwrite-worker-builds
@@ -405,7 +403,7 @@ services:
405403 - _APP_STORAGE_WASABI_BUCKET
406404
407405 appwrite-worker-certificates :
408- image : appwrite/appwrite:1.5.6
406+ image : appwrite/appwrite:1.5.7
409407 entrypoint : worker-certificates
410408 << : *x-logging
411409 container_name : appwrite-worker-certificates
@@ -439,7 +437,7 @@ services:
439437 - _APP_LOGGING_CONFIG
440438
441439 appwrite-worker-functions :
442- image : appwrite/appwrite:1.5.6
440+ image : appwrite/appwrite:1.5.7
443441 entrypoint : worker-functions
444442 << : *x-logging
445443 container_name : appwrite-worker-functions
@@ -476,7 +474,7 @@ services:
476474 - _APP_LOGGING_PROVIDER
477475
478476 appwrite-worker-mails :
479- image : appwrite/appwrite:1.5.6
477+ image : appwrite/appwrite:1.5.7
480478 entrypoint : worker-mails
481479 << : *x-logging
482480 container_name : appwrite-worker-mails
@@ -509,13 +507,15 @@ services:
509507 - _APP_LOGGING_CONFIG
510508
511509 appwrite-worker-messaging :
512- image : appwrite/appwrite:1.5.6
510+ image : appwrite/appwrite:1.5.7
513511 entrypoint : worker-messaging
514512 << : *x-logging
515513 container_name : appwrite-worker-messaging
516514 restart : unless-stopped
517515 networks :
518516 - appwrite
517+ volumes :
518+ - appwrite-uploads:/storage/uploads:rw
519519 depends_on :
520520 - redis
521521 environment :
@@ -535,9 +535,30 @@ services:
535535 - _APP_LOGGING_CONFIG
536536 - _APP_SMS_FROM
537537 - _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
538559
539560 appwrite-worker-migrations :
540- image : appwrite/appwrite:1.5.6
561+ image : appwrite/appwrite:1.5.7
541562 entrypoint : worker-migrations
542563 << : *x-logging
543564 container_name : appwrite-worker-migrations
@@ -568,7 +589,7 @@ services:
568589 - _APP_MIGRATIONS_FIREBASE_CLIENT_SECRET
569590
570591 appwrite-task-maintenance :
571- image : appwrite/appwrite:1.5.6
592+ image : appwrite/appwrite:1.5.7
572593 entrypoint : maintenance
573594 << : *x-logging
574595 container_name : appwrite-task-maintenance
@@ -602,7 +623,7 @@ services:
602623 - _APP_MAINTENANCE_RETENTION_SCHEDULES
603624
604625 appwrite-worker-usage :
605- image : appwrite/appwrite:1.5.6
626+ image : appwrite/appwrite:1.5.7
606627 entrypoint : worker-usage
607628 container_name : appwrite-worker-usage
608629 << : *x-logging
@@ -631,7 +652,7 @@ services:
631652 - _APP_USAGE_AGGREGATION_INTERVAL
632653
633654 appwrite-worker-usage-dump :
634- image : appwrite/appwrite:1.5.6
655+ image : appwrite/appwrite:1.5.7
635656 entrypoint : worker-usage-dump
636657 << : *x-logging
637658 container_name : appwrite-worker-usage-dump
@@ -659,7 +680,7 @@ services:
659680 - _APP_USAGE_AGGREGATION_INTERVAL
660681
661682 appwrite-task-scheduler-functions :
662- image : appwrite/appwrite:1.5.6
683+ image : appwrite/appwrite:1.5.7
663684 entrypoint : schedule-functions
664685 container_name : appwrite-task-scheduler-functions
665686 << : *x-logging
@@ -684,7 +705,7 @@ services:
684705 - _APP_DB_PASS
685706
686707 appwrite-task-scheduler-messages :
687- image : appwrite/appwrite:1.5.6
708+ image : appwrite/appwrite:1.5.7
688709 entrypoint : schedule-messages
689710 container_name : appwrite-task-scheduler-messages
690711 << : *x-logging
@@ -720,7 +741,7 @@ services:
720741
721742 openruntimes-executor :
722743 container_name : openruntimes-executor
723- hostname : appwrite-executor
744+ hostname : exc1
724745 << : *x-logging
725746 restart : unless-stopped
726747 stop_signal : SIGINT
0 commit comments