@@ -32,7 +32,7 @@ services:
32
32
- appwrite
33
33
34
34
appwrite:
35
- image: appwrite/appwrite:1.7.3
35
+ image: appwrite/appwrite:1.7.4
36
36
container_name: appwrite
37
37
<<: *x-logging
38
38
restart: unless-stopped
@@ -167,10 +167,11 @@ services:
167
167
- _APP_MIGRATIONS_FIREBASE_CLIENT_ID
168
168
- _APP_MIGRATIONS_FIREBASE_CLIENT_SECRET
169
169
- _APP_ASSISTANT_OPENAI_API_KEY
170
+
170
171
appwrite-console:
171
172
<<: *x-logging
172
173
container_name: appwrite-console
173
- image: appwrite/console:6.0.11
174
+ image: appwrite/console:6.0.13
174
175
restart: unless-stopped
175
176
networks:
176
177
- appwrite
@@ -190,7 +191,7 @@ services:
190
191
- traefik.http.routers.appwrite_console_https.tls=true
191
192
192
193
appwrite-realtime:
193
- image: appwrite/appwrite:1.7.3
194
+ image: appwrite/appwrite:1.7.4
194
195
entrypoint: realtime
195
196
container_name: appwrite-realtime
196
197
<<: *x-logging
@@ -233,7 +234,7 @@ services:
233
234
- _APP_LOGGING_CONFIG
234
235
235
236
appwrite-worker-audits:
236
- image: appwrite/appwrite:1.7.3
237
+ image: appwrite/appwrite:1.7.4
237
238
entrypoint: worker-audits
238
239
<<: *x-logging
239
240
container_name: appwrite-worker-audits
@@ -259,7 +260,7 @@ services:
259
260
- _APP_LOGGING_CONFIG
260
261
261
262
appwrite-worker-webhooks:
262
- image: appwrite/appwrite:1.7.3
263
+ image: appwrite/appwrite:1.7.4
263
264
entrypoint: worker-webhooks
264
265
<<: *x-logging
265
266
container_name: appwrite-worker-webhooks
@@ -287,7 +288,7 @@ services:
287
288
- _APP_LOGGING_CONFIG
288
289
289
290
appwrite-worker-deletes:
290
- image: appwrite/appwrite:1.7.3
291
+ image: appwrite/appwrite:1.7.4
291
292
entrypoint: worker-deletes
292
293
<<: *x-logging
293
294
container_name: appwrite-worker-deletes
@@ -350,7 +351,7 @@ services:
350
351
- _APP_EMAIL_CERTIFICATES
351
352
352
353
appwrite-worker-databases:
353
- image: appwrite/appwrite:1.7.3
354
+ image: appwrite/appwrite:1.7.4
354
355
entrypoint: worker-databases
355
356
<<: *x-logging
356
357
container_name: appwrite-worker-databases
@@ -376,7 +377,7 @@ services:
376
377
- _APP_LOGGING_CONFIG
377
378
378
379
appwrite-worker-builds:
379
- image: appwrite/appwrite:1.7.3
380
+ image: appwrite/appwrite:1.7.4
380
381
entrypoint: worker-builds
381
382
<<: *x-logging
382
383
container_name: appwrite-worker-builds
@@ -444,7 +445,7 @@ services:
444
445
- _APP_DOMAIN_SITES
445
446
446
447
appwrite-worker-certificates:
447
- image: appwrite/appwrite:1.7.3
448
+ image: appwrite/appwrite:1.7.4
448
449
entrypoint: worker-certificates
449
450
<<: *x-logging
450
451
container_name: appwrite-worker-certificates
@@ -479,7 +480,7 @@ services:
479
480
- _APP_LOGGING_CONFIG
480
481
481
482
appwrite-worker-functions:
482
- image: appwrite/appwrite:1.7.3
483
+ image: appwrite/appwrite:1.7.4
483
484
entrypoint: worker-functions
484
485
<<: *x-logging
485
486
container_name: appwrite-worker-functions
@@ -518,7 +519,7 @@ services:
518
519
- _APP_LOGGING_CONFIG
519
520
520
521
appwrite-worker-mails:
521
- image: appwrite/appwrite:1.7.3
522
+ image: appwrite/appwrite:1.7.4
522
523
entrypoint: worker-mails
523
524
<<: *x-logging
524
525
container_name: appwrite-worker-mails
@@ -552,7 +553,7 @@ services:
552
553
- _APP_OPTIONS_FORCE_HTTPS
553
554
554
555
appwrite-worker-messaging:
555
- image: appwrite/appwrite:1.7.3
556
+ image: appwrite/appwrite:1.7.4
556
557
entrypoint: worker-messaging
557
558
<<: *x-logging
558
559
container_name: appwrite-worker-messaging
@@ -603,7 +604,7 @@ services:
603
604
- _APP_STORAGE_WASABI_BUCKET
604
605
605
606
appwrite-worker-migrations:
606
- image: appwrite/appwrite:1.7.3
607
+ image: appwrite/appwrite:1.7.4
607
608
entrypoint: worker-migrations
608
609
<<: *x-logging
609
610
container_name: appwrite-worker-migrations
@@ -637,7 +638,7 @@ services:
637
638
- _APP_MIGRATIONS_FIREBASE_CLIENT_SECRET
638
639
639
640
appwrite-task-maintenance:
640
- image: appwrite/appwrite:1.7.3
641
+ image: appwrite/appwrite:1.7.4
641
642
entrypoint: maintenance
642
643
<<: *x-logging
643
644
container_name: appwrite-task-maintenance
@@ -674,7 +675,7 @@ services:
674
675
- _APP_MAINTENANCE_RETENTION_SCHEDULES
675
676
676
677
appwrite-task-stats-resources:
677
- image: appwrite/appwrite:1.7.3
678
+ image: appwrite/appwrite:1.7.4
678
679
container_name: appwrite-task-stats-resources
679
680
entrypoint: stats-resources
680
681
<<: *x-logging
@@ -703,7 +704,7 @@ services:
703
704
- _APP_STATS_RESOURCES_INTERVAL
704
705
705
706
appwrite-worker-stats-resources:
706
- image: appwrite/appwrite:1.7.3
707
+ image: appwrite/appwrite:1.7.4
707
708
entrypoint: worker-stats-resources
708
709
container_name: appwrite-worker-stats-resources
709
710
<<: *x-logging
@@ -731,7 +732,7 @@ services:
731
732
- _APP_STATS_RESOURCES_INTERVAL
732
733
733
734
appwrite-worker-stats-usage:
734
- image: appwrite/appwrite:1.7.3
735
+ image: appwrite/appwrite:1.7.4
735
736
entrypoint: worker-stats-usage
736
737
container_name: appwrite-worker-stats-usage
737
738
<<: *x-logging
@@ -759,7 +760,7 @@ services:
759
760
- _APP_USAGE_AGGREGATION_INTERVAL
760
761
761
762
appwrite-task-scheduler-functions:
762
- image: appwrite/appwrite:1.7.3
763
+ image: appwrite/appwrite:1.7.4
763
764
entrypoint: schedule-functions
764
765
container_name: appwrite-task-scheduler-functions
765
766
<<: *x-logging
@@ -784,7 +785,7 @@ services:
784
785
- _APP_DB_PASS
785
786
786
787
appwrite-task-scheduler-executions:
787
- image: appwrite/appwrite:1.7.3
788
+ image: appwrite/appwrite:1.7.4
788
789
entrypoint: schedule-executions
789
790
container_name: appwrite-task-scheduler-executions
790
791
<<: *x-logging
@@ -809,7 +810,7 @@ services:
809
810
- _APP_DB_PASS
810
811
811
812
appwrite-task-scheduler-messages:
812
- image: appwrite/appwrite:1.7.3
813
+ image: appwrite/appwrite:1.7.4
813
814
entrypoint: schedule-messages
814
815
container_name: appwrite-task-scheduler-messages
815
816
<<: *x-logging
0 commit comments