Skip to content

Commit 9a800c8

Browse files
authored
Merge pull request #27 from appwrite/1.5.3_Update
Updating Image Versions to 1.5.3 && Docker Compose to v2
2 parents 024c7c2 + ca15872 commit 9a800c8

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

.gitpod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ tasks:
55
sed -i "s/_APP_DOMAIN=localhost/_APP_DOMAIN=$DOMAIN/g" .env
66
sed -i "s/_APP_DOMAIN_FUNCTIONS=localhost/_APP_DOMAIN_FUNCTIONS=$DOMAIN/g" .env
77
sed -i "s/_APP_DOMAIN_TARGET=localhost/_APP_DOMAIN_TARGET=$DOMAIN/g" .env
8-
docker-compose up
8+
docker compose up
99
1010
ports:
1111
- port: 8080

docker-compose.yml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version: '3'
88

99
services:
1010
traefik:
11-
image: traefik:2.9
11+
image: traefik:2.11
1212
container_name: appwrite-traefik
1313
<<: *x-logging
1414
command:
@@ -34,7 +34,7 @@ services:
3434
- appwrite
3535

3636
appwrite:
37-
image: appwrite/appwrite:1.4.13
37+
image: appwrite/appwrite:1.5.3
3838
container_name: appwrite
3939
<<: *x-logging
4040
restart: unless-stopped
@@ -162,7 +162,7 @@ services:
162162
- _APP_ASSISTANT_OPENAI_API_KEY
163163

164164
appwrite-realtime:
165-
image: appwrite/appwrite:1.4.13
165+
image: appwrite/appwrite:1.5.3
166166
entrypoint: realtime
167167
container_name: appwrite-realtime
168168
<<: *x-logging
@@ -206,7 +206,7 @@ services:
206206
- _APP_LOGGING_CONFIG
207207

208208
appwrite-worker-audits:
209-
image: appwrite/appwrite:1.4.13
209+
image: appwrite/appwrite:1.5.3
210210
entrypoint: worker-audits
211211
<<: *x-logging
212212
container_name: appwrite-worker-audits
@@ -233,7 +233,7 @@ services:
233233
- _APP_LOGGING_CONFIG
234234

235235
appwrite-worker-webhooks:
236-
image: appwrite/appwrite:1.4.13
236+
image: appwrite/appwrite:1.5.3
237237
entrypoint: worker-webhooks
238238
<<: *x-logging
239239
container_name: appwrite-worker-webhooks
@@ -256,7 +256,7 @@ services:
256256
- _APP_LOGGING_CONFIG
257257

258258
appwrite-worker-deletes:
259-
image: appwrite/appwrite:1.4.13
259+
image: appwrite/appwrite:1.5.3
260260
entrypoint: worker-deletes
261261
<<: *x-logging
262262
container_name: appwrite-worker-deletes
@@ -312,7 +312,7 @@ services:
312312
- _APP_EXECUTOR_HOST
313313

314314
appwrite-worker-databases:
315-
image: appwrite/appwrite:1.4.13
315+
image: appwrite/appwrite:1.5.3
316316
entrypoint: worker-databases
317317
<<: *x-logging
318318
container_name: appwrite-worker-databases
@@ -339,7 +339,7 @@ services:
339339
- _APP_LOGGING_CONFIG
340340

341341
appwrite-worker-builds:
342-
image: appwrite/appwrite:1.4.13
342+
image: appwrite/appwrite:1.5.3
343343
entrypoint: worker-builds
344344
<<: *x-logging
345345
container_name: appwrite-worker-builds
@@ -403,7 +403,7 @@ services:
403403
- _APP_STORAGE_WASABI_BUCKET
404404

405405
appwrite-worker-certificates:
406-
image: appwrite/appwrite:1.4.13
406+
image: appwrite/appwrite:1.5.3
407407
entrypoint: worker-certificates
408408
<<: *x-logging
409409
container_name: appwrite-worker-certificates
@@ -437,7 +437,7 @@ services:
437437
- _APP_LOGGING_CONFIG
438438

439439
appwrite-worker-functions:
440-
image: appwrite/appwrite:1.4.13
440+
image: appwrite/appwrite:1.5.3
441441
entrypoint: worker-functions
442442
<<: *x-logging
443443
container_name: appwrite-worker-functions
@@ -474,7 +474,7 @@ services:
474474
- _APP_LOGGING_PROVIDER
475475

476476
appwrite-worker-mails:
477-
image: appwrite/appwrite:1.4.13
477+
image: appwrite/appwrite:1.5.3
478478
entrypoint: worker-mails
479479
<<: *x-logging
480480
container_name: appwrite-worker-mails
@@ -502,7 +502,7 @@ services:
502502
- _APP_LOGGING_CONFIG
503503

504504
appwrite-worker-messaging:
505-
image: appwrite/appwrite:1.4.13
505+
image: appwrite/appwrite:1.5.3
506506
entrypoint: worker-messaging
507507
<<: *x-logging
508508
container_name: appwrite-worker-messaging
@@ -524,7 +524,7 @@ services:
524524
- _APP_LOGGING_CONFIG
525525

526526
appwrite-worker-migrations:
527-
image: appwrite/appwrite:1.4.13
527+
image: appwrite/appwrite:1.5.3
528528
entrypoint: worker-migrations
529529
<<: *x-logging
530530
container_name: appwrite-worker-migrations
@@ -555,7 +555,7 @@ services:
555555
- _APP_MIGRATIONS_FIREBASE_CLIENT_SECRET
556556

557557
appwrite-maintenance:
558-
image: appwrite/appwrite:1.4.13
558+
image: appwrite/appwrite:1.5.3
559559
entrypoint: maintenance
560560
<<: *x-logging
561561
container_name: appwrite-maintenance
@@ -589,7 +589,7 @@ services:
589589
- _APP_MAINTENANCE_RETENTION_SCHEDULES
590590

591591
appwrite-usage:
592-
image: appwrite/appwrite:1.4.13
592+
image: appwrite/appwrite:1.5.3
593593
entrypoint: usage
594594
container_name: appwrite-usage
595595
<<: *x-logging
@@ -620,7 +620,7 @@ services:
620620
- _APP_LOGGING_CONFIG
621621

622622
appwrite-schedule:
623-
image: appwrite/appwrite:1.4.13
623+
image: appwrite/appwrite:1.5.3
624624
entrypoint: schedule
625625
container_name: appwrite-schedule
626626
<<: *x-logging
@@ -645,7 +645,7 @@ services:
645645
- _APP_DB_PASS
646646

647647
appwrite-assistant:
648-
image: appwrite/assistant:0.2.2
648+
image: appwrite/assistant:0.4.0
649649
container_name: appwrite-assistant
650650
<<: *x-logging
651651
restart: unless-stopped
@@ -660,7 +660,7 @@ services:
660660
<<: *x-logging
661661
restart: unless-stopped
662662
stop_signal: SIGINT
663-
image: openruntimes/executor:0.4.5
663+
image: openruntimes/executor:0.4.9
664664
networks:
665665
- appwrite
666666
- runtimes
@@ -705,7 +705,7 @@ services:
705705
- OPR_EXECUTOR_STORAGE_WASABI_BUCKET=$_APP_STORAGE_WASABI_BUCKET
706706

707707
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
709709
container_name: appwrite-mariadb
710710
<<: *x-logging
711711
restart: unless-stopped
@@ -721,7 +721,7 @@ services:
721721
command: 'mysqld --innodb-flush-method=fsync'
722722

723723
redis:
724-
image: redis:7.0.4-alpine
724+
image: redis:7.2.4-alpine
725725
container_name: appwrite-redis
726726
<<: *x-logging
727727
restart: unless-stopped
@@ -782,4 +782,4 @@ volumes:
782782
appwrite-functions:
783783
appwrite-builds:
784784
appwrite-influxdb:
785-
appwrite-config:
785+
appwrite-config:

0 commit comments

Comments
 (0)