@@ -8,7 +8,7 @@ version: '3'
8
8
9
9
services :
10
10
traefik :
11
- image : traefik:2.9
11
+ image : traefik:2.11
12
12
container_name : appwrite-traefik
13
13
<< : *x-logging
14
14
command :
@@ -34,7 +34,7 @@ services:
34
34
- appwrite
35
35
36
36
appwrite :
37
- image : appwrite/appwrite:1.4.13
37
+ image : appwrite/appwrite:1.5.3
38
38
container_name : appwrite
39
39
<< : *x-logging
40
40
restart : unless-stopped
@@ -162,7 +162,7 @@ services:
162
162
- _APP_ASSISTANT_OPENAI_API_KEY
163
163
164
164
appwrite-realtime :
165
- image : appwrite/appwrite:1.4.13
165
+ image : appwrite/appwrite:1.5.3
166
166
entrypoint : realtime
167
167
container_name : appwrite-realtime
168
168
<< : *x-logging
@@ -206,7 +206,7 @@ services:
206
206
- _APP_LOGGING_CONFIG
207
207
208
208
appwrite-worker-audits :
209
- image : appwrite/appwrite:1.4.13
209
+ image : appwrite/appwrite:1.5.3
210
210
entrypoint : worker-audits
211
211
<< : *x-logging
212
212
container_name : appwrite-worker-audits
@@ -233,7 +233,7 @@ services:
233
233
- _APP_LOGGING_CONFIG
234
234
235
235
appwrite-worker-webhooks :
236
- image : appwrite/appwrite:1.4.13
236
+ image : appwrite/appwrite:1.5.3
237
237
entrypoint : worker-webhooks
238
238
<< : *x-logging
239
239
container_name : appwrite-worker-webhooks
@@ -256,7 +256,7 @@ services:
256
256
- _APP_LOGGING_CONFIG
257
257
258
258
appwrite-worker-deletes :
259
- image : appwrite/appwrite:1.4.13
259
+ image : appwrite/appwrite:1.5.3
260
260
entrypoint : worker-deletes
261
261
<< : *x-logging
262
262
container_name : appwrite-worker-deletes
@@ -312,7 +312,7 @@ services:
312
312
- _APP_EXECUTOR_HOST
313
313
314
314
appwrite-worker-databases :
315
- image : appwrite/appwrite:1.4.13
315
+ image : appwrite/appwrite:1.5.3
316
316
entrypoint : worker-databases
317
317
<< : *x-logging
318
318
container_name : appwrite-worker-databases
@@ -339,7 +339,7 @@ services:
339
339
- _APP_LOGGING_CONFIG
340
340
341
341
appwrite-worker-builds :
342
- image : appwrite/appwrite:1.4.13
342
+ image : appwrite/appwrite:1.5.3
343
343
entrypoint : worker-builds
344
344
<< : *x-logging
345
345
container_name : appwrite-worker-builds
@@ -403,7 +403,7 @@ services:
403
403
- _APP_STORAGE_WASABI_BUCKET
404
404
405
405
appwrite-worker-certificates :
406
- image : appwrite/appwrite:1.4.13
406
+ image : appwrite/appwrite:1.5.3
407
407
entrypoint : worker-certificates
408
408
<< : *x-logging
409
409
container_name : appwrite-worker-certificates
@@ -437,7 +437,7 @@ services:
437
437
- _APP_LOGGING_CONFIG
438
438
439
439
appwrite-worker-functions :
440
- image : appwrite/appwrite:1.4.13
440
+ image : appwrite/appwrite:1.5.3
441
441
entrypoint : worker-functions
442
442
<< : *x-logging
443
443
container_name : appwrite-worker-functions
@@ -474,7 +474,7 @@ services:
474
474
- _APP_LOGGING_PROVIDER
475
475
476
476
appwrite-worker-mails :
477
- image : appwrite/appwrite:1.4.13
477
+ image : appwrite/appwrite:1.5.3
478
478
entrypoint : worker-mails
479
479
<< : *x-logging
480
480
container_name : appwrite-worker-mails
@@ -502,7 +502,7 @@ services:
502
502
- _APP_LOGGING_CONFIG
503
503
504
504
appwrite-worker-messaging :
505
- image : appwrite/appwrite:1.4.13
505
+ image : appwrite/appwrite:1.5.3
506
506
entrypoint : worker-messaging
507
507
<< : *x-logging
508
508
container_name : appwrite-worker-messaging
@@ -524,7 +524,7 @@ services:
524
524
- _APP_LOGGING_CONFIG
525
525
526
526
appwrite-worker-migrations :
527
- image : appwrite/appwrite:1.4.13
527
+ image : appwrite/appwrite:1.5.3
528
528
entrypoint : worker-migrations
529
529
<< : *x-logging
530
530
container_name : appwrite-worker-migrations
@@ -555,7 +555,7 @@ services:
555
555
- _APP_MIGRATIONS_FIREBASE_CLIENT_SECRET
556
556
557
557
appwrite-maintenance :
558
- image : appwrite/appwrite:1.4.13
558
+ image : appwrite/appwrite:1.5.3
559
559
entrypoint : maintenance
560
560
<< : *x-logging
561
561
container_name : appwrite-maintenance
@@ -589,7 +589,7 @@ services:
589
589
- _APP_MAINTENANCE_RETENTION_SCHEDULES
590
590
591
591
appwrite-usage :
592
- image : appwrite/appwrite:1.4.13
592
+ image : appwrite/appwrite:1.5.3
593
593
entrypoint : usage
594
594
container_name : appwrite-usage
595
595
<< : *x-logging
@@ -620,7 +620,7 @@ services:
620
620
- _APP_LOGGING_CONFIG
621
621
622
622
appwrite-schedule :
623
- image : appwrite/appwrite:1.4.13
623
+ image : appwrite/appwrite:1.5.3
624
624
entrypoint : schedule
625
625
container_name : appwrite-schedule
626
626
<< : *x-logging
@@ -645,7 +645,7 @@ services:
645
645
- _APP_DB_PASS
646
646
647
647
appwrite-assistant :
648
- image : appwrite/assistant:0.2.2
648
+ image : appwrite/assistant:0.4.0
649
649
container_name : appwrite-assistant
650
650
<< : *x-logging
651
651
restart : unless-stopped
@@ -660,7 +660,7 @@ services:
660
660
<< : *x-logging
661
661
restart : unless-stopped
662
662
stop_signal : SIGINT
663
- image : openruntimes/executor:0.4.5
663
+ image : openruntimes/executor:0.4.9
664
664
networks :
665
665
- appwrite
666
666
- runtimes
@@ -705,7 +705,7 @@ services:
705
705
- OPR_EXECUTOR_STORAGE_WASABI_BUCKET=$_APP_STORAGE_WASABI_BUCKET
706
706
707
707
mariadb :
708
- image : mariadb:10.7 # fix issues when upgrading using: mysql_upgrade -u root -p
708
+ image : mariadb:10.11 # fix issues when upgrading using: mysql_upgrade -u root -p
709
709
container_name : appwrite-mariadb
710
710
<< : *x-logging
711
711
restart : unless-stopped
@@ -721,7 +721,7 @@ services:
721
721
command : ' mysqld --innodb-flush-method=fsync'
722
722
723
723
redis :
724
- image : redis:7.0 .4-alpine
724
+ image : redis:7.2 .4-alpine
725
725
container_name : appwrite-redis
726
726
<< : *x-logging
727
727
restart : unless-stopped
@@ -782,4 +782,4 @@ volumes:
782
782
appwrite-functions :
783
783
appwrite-builds :
784
784
appwrite-influxdb :
785
- appwrite-config :
785
+ appwrite-config:
0 commit comments