@@ -34,7 +34,7 @@ services:
34
34
- appwrite
35
35
36
36
appwrite :
37
- image : appwrite/appwrite:1.5.5
37
+ image : appwrite/appwrite:1.5.6
38
38
container_name : appwrite
39
39
<< : *x-logging
40
40
restart : unless-stopped
@@ -159,7 +159,7 @@ services:
159
159
- _APP_ASSISTANT_OPENAI_API_KEY
160
160
161
161
appwrite-realtime :
162
- image : appwrite/appwrite:1.5.5
162
+ image : appwrite/appwrite:1.5.6
163
163
entrypoint : realtime
164
164
container_name : appwrite-realtime
165
165
<< : *x-logging
@@ -203,7 +203,7 @@ services:
203
203
- _APP_LOGGING_CONFIG
204
204
205
205
appwrite-worker-audits :
206
- image : appwrite/appwrite:1.5.5
206
+ image : appwrite/appwrite:1.5.6
207
207
entrypoint : worker-audits
208
208
<< : *x-logging
209
209
container_name : appwrite-worker-audits
@@ -230,7 +230,7 @@ services:
230
230
- _APP_LOGGING_CONFIG
231
231
232
232
appwrite-worker-webhooks :
233
- image : appwrite/appwrite:1.5.5
233
+ image : appwrite/appwrite:1.5.6
234
234
entrypoint : worker-webhooks
235
235
<< : *x-logging
236
236
container_name : appwrite-worker-webhooks
@@ -258,7 +258,7 @@ services:
258
258
- _APP_LOGGING_CONFIG
259
259
260
260
appwrite-worker-deletes :
261
- image : appwrite/appwrite:1.5.5
261
+ image : appwrite/appwrite:1.5.6
262
262
entrypoint : worker-deletes
263
263
<< : *x-logging
264
264
container_name : appwrite-worker-deletes
@@ -314,7 +314,7 @@ services:
314
314
- _APP_EXECUTOR_HOST
315
315
316
316
appwrite-worker-databases :
317
- image : appwrite/appwrite:1.5.5
317
+ image : appwrite/appwrite:1.5.6
318
318
entrypoint : worker-databases
319
319
<< : *x-logging
320
320
container_name : appwrite-worker-databases
@@ -341,7 +341,7 @@ services:
341
341
- _APP_LOGGING_CONFIG
342
342
343
343
appwrite-worker-builds :
344
- image : appwrite/appwrite:1.5.5
344
+ image : appwrite/appwrite:1.5.6
345
345
entrypoint : worker-builds
346
346
<< : *x-logging
347
347
container_name : appwrite-worker-builds
@@ -405,7 +405,7 @@ services:
405
405
- _APP_STORAGE_WASABI_BUCKET
406
406
407
407
appwrite-worker-certificates :
408
- image : appwrite/appwrite:1.5.5
408
+ image : appwrite/appwrite:1.5.6
409
409
entrypoint : worker-certificates
410
410
<< : *x-logging
411
411
container_name : appwrite-worker-certificates
@@ -439,7 +439,7 @@ services:
439
439
- _APP_LOGGING_CONFIG
440
440
441
441
appwrite-worker-functions :
442
- image : appwrite/appwrite:1.5.5
442
+ image : appwrite/appwrite:1.5.6
443
443
entrypoint : worker-functions
444
444
<< : *x-logging
445
445
container_name : appwrite-worker-functions
@@ -476,7 +476,7 @@ services:
476
476
- _APP_LOGGING_PROVIDER
477
477
478
478
appwrite-worker-mails :
479
- image : appwrite/appwrite:1.5.5
479
+ image : appwrite/appwrite:1.5.6
480
480
entrypoint : worker-mails
481
481
<< : *x-logging
482
482
container_name : appwrite-worker-mails
@@ -509,7 +509,7 @@ services:
509
509
- _APP_LOGGING_CONFIG
510
510
511
511
appwrite-worker-messaging :
512
- image : appwrite/appwrite:1.5.5
512
+ image : appwrite/appwrite:1.5.6
513
513
entrypoint : worker-messaging
514
514
<< : *x-logging
515
515
container_name : appwrite-worker-messaging
@@ -537,7 +537,7 @@ services:
537
537
- _APP_SMS_PROVIDER
538
538
539
539
appwrite-worker-migrations :
540
- image : appwrite/appwrite:1.5.5
540
+ image : appwrite/appwrite:1.5.6
541
541
entrypoint : worker-migrations
542
542
<< : *x-logging
543
543
container_name : appwrite-worker-migrations
@@ -567,11 +567,11 @@ services:
567
567
- _APP_MIGRATIONS_FIREBASE_CLIENT_ID
568
568
- _APP_MIGRATIONS_FIREBASE_CLIENT_SECRET
569
569
570
- appwrite-maintenance :
571
- image : appwrite/appwrite:1.5.5
570
+ appwrite-task- maintenance :
571
+ image : appwrite/appwrite:1.5.6
572
572
entrypoint : maintenance
573
573
<< : *x-logging
574
- container_name : appwrite-maintenance
574
+ container_name : appwrite-task- maintenance
575
575
restart : unless-stopped
576
576
networks :
577
577
- appwrite
@@ -602,7 +602,7 @@ services:
602
602
- _APP_MAINTENANCE_RETENTION_SCHEDULES
603
603
604
604
appwrite-worker-usage :
605
- image : appwrite/appwrite:1.5.5
605
+ image : appwrite/appwrite:1.5.6
606
606
entrypoint : worker-usage
607
607
container_name : appwrite-worker-usage
608
608
<< : *x-logging
@@ -631,7 +631,7 @@ services:
631
631
- _APP_USAGE_AGGREGATION_INTERVAL
632
632
633
633
appwrite-worker-usage-dump :
634
- image : appwrite/appwrite:1.5.5
634
+ image : appwrite/appwrite:1.5.6
635
635
entrypoint : worker-usage-dump
636
636
<< : *x-logging
637
637
container_name : appwrite-worker-usage-dump
@@ -658,10 +658,10 @@ services:
658
658
- _APP_LOGGING_CONFIG
659
659
- _APP_USAGE_AGGREGATION_INTERVAL
660
660
661
- appwrite-scheduler-functions :
662
- image : appwrite/appwrite:1.5.5
661
+ appwrite-task- scheduler-functions :
662
+ image : appwrite/appwrite:1.5.6
663
663
entrypoint : schedule-functions
664
- container_name : appwrite-scheduler-functions
664
+ container_name : appwrite-task- scheduler-functions
665
665
<< : *x-logging
666
666
restart : unless-stopped
667
667
networks :
@@ -683,10 +683,10 @@ services:
683
683
- _APP_DB_USER
684
684
- _APP_DB_PASS
685
685
686
- appwrite-scheduler-messages :
687
- image : appwrite/appwrite:1.5.5
686
+ appwrite-task- scheduler-messages :
687
+ image : appwrite/appwrite:1.5.6
688
688
entrypoint : schedule-messages
689
- container_name : appwrite-scheduler-messages
689
+ container_name : appwrite-task- scheduler-messages
690
690
<< : *x-logging
691
691
restart : unless-stopped
692
692
networks :
@@ -724,7 +724,7 @@ services:
724
724
<< : *x-logging
725
725
restart : unless-stopped
726
726
stop_signal : SIGINT
727
- image : openruntimes/executor:0.4.12
727
+ image : openruntimes/executor:0.5.5
728
728
networks :
729
729
- appwrite
730
730
- runtimes
0 commit comments