@@ -34,7 +34,7 @@ services:
34
34
- appwrite
35
35
36
36
appwrite :
37
- image : appwrite/appwrite:1.5.3
37
+ image : appwrite/appwrite:1.5.4
38
38
container_name : appwrite
39
39
<< : *x-logging
40
40
restart : unless-stopped
@@ -64,14 +64,14 @@ services:
64
64
- mariadb
65
65
- redis
66
66
# - clamav
67
- - influxdb
68
67
environment :
69
68
- _APP_ENV
70
69
- _APP_WORKER_PER_CORE
71
70
- _APP_LOCALE
72
71
- _APP_CONSOLE_WHITELIST_ROOT
73
72
- _APP_CONSOLE_WHITELIST_EMAILS
74
73
- _APP_CONSOLE_WHITELIST_IPS
74
+ - _APP_CONSOLE_HOSTNAMES
75
75
- _APP_SYSTEM_EMAIL_NAME
76
76
- _APP_SYSTEM_EMAIL_ADDRESS
77
77
- _APP_SYSTEM_SECURITY_EMAIL_ADDRESS
@@ -99,8 +99,6 @@ services:
99
99
- _APP_SMTP_USERNAME
100
100
- _APP_SMTP_PASSWORD
101
101
- _APP_USAGE_STATS
102
- - _APP_INFLUXDB_HOST
103
- - _APP_INFLUXDB_PORT
104
102
- _APP_STORAGE_LIMIT
105
103
- _APP_STORAGE_PREVIEW_LIMIT
106
104
- _APP_STORAGE_ANTIVIRUS
@@ -137,9 +135,8 @@ services:
137
135
- _APP_EXECUTOR_HOST
138
136
- _APP_LOGGING_PROVIDER
139
137
- _APP_LOGGING_CONFIG
140
- - _APP_STATSD_HOST
141
- - _APP_STATSD_PORT
142
138
- _APP_MAINTENANCE_INTERVAL
139
+ - _APP_MAINTENANCE_DELAY
143
140
- _APP_MAINTENANCE_RETENTION_EXECUTION
144
141
- _APP_MAINTENANCE_RETENTION_CACHE
145
142
- _APP_MAINTENANCE_RETENTION_ABUSE
@@ -162,7 +159,7 @@ services:
162
159
- _APP_ASSISTANT_OPENAI_API_KEY
163
160
164
161
appwrite-realtime :
165
- image : appwrite/appwrite:1.5.3
162
+ image : appwrite/appwrite:1.5.4
166
163
entrypoint : realtime
167
164
container_name : appwrite-realtime
168
165
<< : *x-logging
@@ -206,7 +203,7 @@ services:
206
203
- _APP_LOGGING_CONFIG
207
204
208
205
appwrite-worker-audits :
209
- image : appwrite/appwrite:1.5.3
206
+ image : appwrite/appwrite:1.5.4
210
207
entrypoint : worker-audits
211
208
<< : *x-logging
212
209
container_name : appwrite-worker-audits
@@ -233,7 +230,7 @@ services:
233
230
- _APP_LOGGING_CONFIG
234
231
235
232
appwrite-worker-webhooks :
236
- image : appwrite/appwrite:1.5.3
233
+ image : appwrite/appwrite:1.5.4
237
234
entrypoint : worker-webhooks
238
235
<< : *x-logging
239
236
container_name : appwrite-worker-webhooks
@@ -248,6 +245,11 @@ services:
248
245
- _APP_WORKER_PER_CORE
249
246
- _APP_OPENSSL_KEY_V1
250
247
- _APP_SYSTEM_SECURITY_EMAIL_ADDRESS
248
+ - _APP_DB_HOST
249
+ - _APP_DB_PORT
250
+ - _APP_DB_SCHEMA
251
+ - _APP_DB_USER
252
+ - _APP_DB_PASS
251
253
- _APP_REDIS_HOST
252
254
- _APP_REDIS_PORT
253
255
- _APP_REDIS_USER
@@ -256,7 +258,7 @@ services:
256
258
- _APP_LOGGING_CONFIG
257
259
258
260
appwrite-worker-deletes :
259
- image : appwrite/appwrite:1.5.3
261
+ image : appwrite/appwrite:1.5.4
260
262
entrypoint : worker-deletes
261
263
<< : *x-logging
262
264
container_name : appwrite-worker-deletes
@@ -266,7 +268,7 @@ services:
266
268
depends_on :
267
269
- redis
268
270
- mariadb
269
- volumes :
271
+ volumes :
270
272
- appwrite-uploads:/storage/uploads:rw
271
273
- appwrite-cache:/storage/cache:rw
272
274
- appwrite-functions:/storage/functions:rw
@@ -312,7 +314,7 @@ services:
312
314
- _APP_EXECUTOR_HOST
313
315
314
316
appwrite-worker-databases :
315
- image : appwrite/appwrite:1.5.3
317
+ image : appwrite/appwrite:1.5.4
316
318
entrypoint : worker-databases
317
319
<< : *x-logging
318
320
container_name : appwrite-worker-databases
@@ -339,7 +341,7 @@ services:
339
341
- _APP_LOGGING_CONFIG
340
342
341
343
appwrite-worker-builds :
342
- image : appwrite/appwrite:1.5.3
344
+ image : appwrite/appwrite:1.5.4
343
345
entrypoint : worker-builds
344
346
<< : *x-logging
345
347
container_name : appwrite-worker-builds
@@ -403,7 +405,7 @@ services:
403
405
- _APP_STORAGE_WASABI_BUCKET
404
406
405
407
appwrite-worker-certificates :
406
- image : appwrite/appwrite:1.5.3
408
+ image : appwrite/appwrite:1.5.4
407
409
entrypoint : worker-certificates
408
410
<< : *x-logging
409
411
container_name : appwrite-worker-certificates
@@ -413,7 +415,7 @@ services:
413
415
depends_on :
414
416
- redis
415
417
- mariadb
416
- volumes :
418
+ volumes :
417
419
- appwrite-config:/storage/config:rw
418
420
- appwrite-certificates:/storage/certificates:rw
419
421
environment :
@@ -437,7 +439,7 @@ services:
437
439
- _APP_LOGGING_CONFIG
438
440
439
441
appwrite-worker-functions :
440
- image : appwrite/appwrite:1.5.3
442
+ image : appwrite/appwrite:1.5.4
441
443
entrypoint : worker-functions
442
444
<< : *x-logging
443
445
container_name : appwrite-worker-functions
@@ -474,7 +476,7 @@ services:
474
476
- _APP_LOGGING_PROVIDER
475
477
476
478
appwrite-worker-mails :
477
- image : appwrite/appwrite:1.5.3
479
+ image : appwrite/appwrite:1.5.4
478
480
entrypoint : worker-mails
479
481
<< : *x-logging
480
482
container_name : appwrite-worker-mails
@@ -502,7 +504,7 @@ services:
502
504
- _APP_LOGGING_CONFIG
503
505
504
506
appwrite-worker-messaging :
505
- image : appwrite/appwrite:1.5.3
507
+ image : appwrite/appwrite:1.5.4
506
508
entrypoint : worker-messaging
507
509
<< : *x-logging
508
510
container_name : appwrite-worker-messaging
@@ -514,17 +516,23 @@ services:
514
516
environment :
515
517
- _APP_ENV
516
518
- _APP_WORKER_PER_CORE
519
+ - _APP_OPENSSL_KEY_V1
517
520
- _APP_REDIS_HOST
518
521
- _APP_REDIS_PORT
519
522
- _APP_REDIS_USER
520
523
- _APP_REDIS_PASS
521
- - _APP_SMS_PROVIDER
522
- - _APP_SMS_FROM
524
+ - _APP_DB_HOST
525
+ - _APP_DB_PORT
526
+ - _APP_DB_SCHEMA
527
+ - _APP_DB_USER
528
+ - _APP_DB_PASS
523
529
- _APP_LOGGING_PROVIDER
524
530
- _APP_LOGGING_CONFIG
531
+ - _APP_SMS_FROM
532
+ - _APP_SMS_PROVIDER
525
533
526
534
appwrite-worker-migrations :
527
- image : appwrite/appwrite:1.5.3
535
+ image : appwrite/appwrite:1.5.4
528
536
entrypoint : worker-migrations
529
537
<< : *x-logging
530
538
container_name : appwrite-worker-migrations
@@ -555,7 +563,7 @@ services:
555
563
- _APP_MIGRATIONS_FIREBASE_CLIENT_SECRET
556
564
557
565
appwrite-maintenance :
558
- image : appwrite/appwrite:1.5.3
566
+ image : appwrite/appwrite:1.5.4
559
567
entrypoint : maintenance
560
568
<< : *x-logging
561
569
container_name : appwrite-maintenance
@@ -588,16 +596,16 @@ services:
588
596
- _APP_MAINTENANCE_RETENTION_USAGE_HOURLY
589
597
- _APP_MAINTENANCE_RETENTION_SCHEDULES
590
598
591
- appwrite-usage :
592
- image : appwrite/appwrite:1.5.3
593
- entrypoint : usage
594
- container_name : appwrite-usage
599
+ appwrite-worker- usage :
600
+ image : appwrite/appwrite:1.5.4
601
+ entrypoint : worker- usage
602
+ container_name : appwrite-worker- usage
595
603
<< : *x-logging
596
604
restart : unless-stopped
597
605
networks :
598
606
- appwrite
599
607
depends_on :
600
- - influxdb
608
+ - redis
601
609
- mariadb
602
610
environment :
603
611
- _APP_ENV
@@ -608,21 +616,72 @@ services:
608
616
- _APP_DB_SCHEMA
609
617
- _APP_DB_USER
610
618
- _APP_DB_PASS
611
- - _APP_INFLUXDB_HOST
612
- - _APP_INFLUXDB_PORT
619
+ - _APP_REDIS_HOST
620
+ - _APP_REDIS_PORT
621
+ - _APP_REDIS_USER
622
+ - _APP_REDIS_PASS
623
+ - _APP_USAGE_STATS
624
+ - _APP_LOGGING_PROVIDER
625
+ - _APP_LOGGING_CONFIG
613
626
- _APP_USAGE_AGGREGATION_INTERVAL
627
+
628
+ appwrite-worker-usage-dump :
629
+ image : appwrite/appwrite:1.5.4
630
+ entrypoint : worker-usage-dump
631
+ << : *x-logging
632
+ container_name : appwrite-worker-usage-dump
633
+ networks :
634
+ - appwrite
635
+ depends_on :
636
+ - redis
637
+ - mariadb
638
+ environment :
639
+ - _APP_ENV
640
+ - _APP_WORKER_PER_CORE
641
+ - _APP_OPENSSL_KEY_V1
642
+ - _APP_DB_HOST
643
+ - _APP_DB_PORT
644
+ - _APP_DB_SCHEMA
645
+ - _APP_DB_USER
646
+ - _APP_DB_PASS
614
647
- _APP_REDIS_HOST
615
648
- _APP_REDIS_PORT
616
649
- _APP_REDIS_USER
617
650
- _APP_REDIS_PASS
618
651
- _APP_USAGE_STATS
619
652
- _APP_LOGGING_PROVIDER
620
653
- _APP_LOGGING_CONFIG
654
+ - _APP_USAGE_AGGREGATION_INTERVAL
621
655
622
- appwrite-schedule :
623
- image : appwrite/appwrite:1.5.3
624
- entrypoint : schedule
625
- container_name : appwrite-schedule
656
+ appwrite-scheduler-functions :
657
+ image : appwrite/appwrite:1.5.4
658
+ entrypoint : schedule-functions
659
+ container_name : appwrite-scheduler-functions
660
+ << : *x-logging
661
+ restart : unless-stopped
662
+ networks :
663
+ - appwrite
664
+ depends_on :
665
+ - mariadb
666
+ - redis
667
+ environment :
668
+ - _APP_ENV
669
+ - _APP_WORKER_PER_CORE
670
+ - _APP_OPENSSL_KEY_V1
671
+ - _APP_REDIS_HOST
672
+ - _APP_REDIS_PORT
673
+ - _APP_REDIS_USER
674
+ - _APP_REDIS_PASS
675
+ - _APP_DB_HOST
676
+ - _APP_DB_PORT
677
+ - _APP_DB_SCHEMA
678
+ - _APP_DB_USER
679
+ - _APP_DB_PASS
680
+
681
+ appwrite-scheduler-messages :
682
+ image : appwrite/appwrite:1.5.4
683
+ entrypoint : schedule-messages
684
+ container_name : appwrite-scheduler-messages
626
685
<< : *x-logging
627
686
restart : unless-stopped
628
687
networks :
@@ -660,7 +719,7 @@ services:
660
719
<< : *x-logging
661
720
restart : unless-stopped
662
721
stop_signal : SIGINT
663
- image : openruntimes/executor:0.4.9
722
+ image : openruntimes/executor:0.4.12
664
723
networks :
665
724
- appwrite
666
725
- runtimes
@@ -744,27 +803,6 @@ services:
744
803
# volumes:
745
804
# - appwrite-uploads:/storage/uploads
746
805
747
- influxdb :
748
- image : appwrite/influxdb:1.5.0
749
- container_name : appwrite-influxdb
750
- << : *x-logging
751
- restart : unless-stopped
752
- networks :
753
- - appwrite
754
- volumes :
755
- - appwrite-influxdb:/var/lib/influxdb:rw
756
-
757
- telegraf :
758
- image : appwrite/telegraf:1.4.0
759
- container_name : appwrite-telegraf
760
- << : *x-logging
761
- restart : unless-stopped
762
- networks :
763
- - appwrite
764
- environment :
765
- - _APP_INFLUXDB_HOST
766
- - _APP_INFLUXDB_PORT
767
-
768
806
networks :
769
807
gateway :
770
808
name : gateway
@@ -781,5 +819,4 @@ volumes:
781
819
appwrite-certificates :
782
820
appwrite-functions :
783
821
appwrite-builds :
784
- appwrite-influxdb :
785
- appwrite-config:
822
+ appwrite-config :
0 commit comments