Skip to content

Commit b25a89f

Browse files
committed
feat: update to 1.4.3 release
1 parent 6a69777 commit b25a89f

File tree

2 files changed

+39
-17
lines changed

2 files changed

+39
-17
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ OPEN_RUNTIMES_NETWORK=integration-for-gitpod_runtimes
8888
_APP_FUNCTIONS_RUNTIMES_NETWORK=runtimes
8989
_APP_DOCKER_HUB_USERNAME=
9090
_APP_DOCKER_HUB_PASSWORD=
91-
_APP_FUNCTIONS_MAINTENANCE_INTERVAL=60
91+
_APP_FUNCTIONS_MAINTENANCE_INTERVAL=3600
9292
_APP_VCS_GITHUB_APP_NAME=
9393
_APP_VCS_GITHUB_PRIVATE_KEY=
9494
_APP_VCS_GITHUB_APP_ID=

docker-compose.yml

Lines changed: 38 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ services:
3434
- appwrite
3535

3636
appwrite:
37-
image: appwrite/appwrite:1.4.2
37+
image: appwrite/appwrite:1.4.3
3838
container_name: appwrite
3939
<<: *x-logging
4040
restart: unless-stopped
@@ -160,7 +160,7 @@ services:
160160
- _APP_ASSISTANT_OPENAI_API_KEY
161161

162162
appwrite-realtime:
163-
image: appwrite/appwrite:1.4.2
163+
image: appwrite/appwrite:1.4.3
164164
entrypoint: realtime
165165
container_name: appwrite-realtime
166166
<<: *x-logging
@@ -204,7 +204,7 @@ services:
204204
- _APP_LOGGING_CONFIG
205205

206206
appwrite-worker-audits:
207-
image: appwrite/appwrite:1.4.2
207+
image: appwrite/appwrite:1.4.3
208208
entrypoint: worker-audits
209209
<<: *x-logging
210210
container_name: appwrite-worker-audits
@@ -231,7 +231,7 @@ services:
231231
- _APP_LOGGING_CONFIG
232232

233233
appwrite-worker-webhooks:
234-
image: appwrite/appwrite:1.4.2
234+
image: appwrite/appwrite:1.4.3
235235
entrypoint: worker-webhooks
236236
<<: *x-logging
237237
container_name: appwrite-worker-webhooks
@@ -254,7 +254,7 @@ services:
254254
- _APP_LOGGING_CONFIG
255255

256256
appwrite-worker-deletes:
257-
image: appwrite/appwrite:1.4.2
257+
image: appwrite/appwrite:1.4.3
258258
entrypoint: worker-deletes
259259
<<: *x-logging
260260
container_name: appwrite-worker-deletes
@@ -310,7 +310,7 @@ services:
310310
- _APP_EXECUTOR_HOST
311311

312312
appwrite-worker-databases:
313-
image: appwrite/appwrite:1.4.2
313+
image: appwrite/appwrite:1.4.3
314314
entrypoint: worker-databases
315315
<<: *x-logging
316316
container_name: appwrite-worker-databases
@@ -337,7 +337,7 @@ services:
337337
- _APP_LOGGING_CONFIG
338338

339339
appwrite-worker-builds:
340-
image: appwrite/appwrite:1.4.2
340+
image: appwrite/appwrite:1.4.3
341341
entrypoint: worker-builds
342342
<<: *x-logging
343343
container_name: appwrite-worker-builds
@@ -376,9 +376,30 @@ services:
376376
- _APP_FUNCTIONS_MEMORY
377377
- _APP_OPTIONS_FORCE_HTTPS
378378
- _APP_DOMAIN
379+
- _APP_STORAGE_DEVICE
380+
- _APP_STORAGE_S3_ACCESS_KEY
381+
- _APP_STORAGE_S3_SECRET
382+
- _APP_STORAGE_S3_REGION
383+
- _APP_STORAGE_S3_BUCKET
384+
- _APP_STORAGE_DO_SPACES_ACCESS_KEY
385+
- _APP_STORAGE_DO_SPACES_SECRET
386+
- _APP_STORAGE_DO_SPACES_REGION
387+
- _APP_STORAGE_DO_SPACES_BUCKET
388+
- _APP_STORAGE_BACKBLAZE_ACCESS_KEY
389+
- _APP_STORAGE_BACKBLAZE_SECRET
390+
- _APP_STORAGE_BACKBLAZE_REGION
391+
- _APP_STORAGE_BACKBLAZE_BUCKET
392+
- _APP_STORAGE_LINODE_ACCESS_KEY
393+
- _APP_STORAGE_LINODE_SECRET
394+
- _APP_STORAGE_LINODE_REGION
395+
- _APP_STORAGE_LINODE_BUCKET
396+
- _APP_STORAGE_WASABI_ACCESS_KEY
397+
- _APP_STORAGE_WASABI_SECRET
398+
- _APP_STORAGE_WASABI_REGION
399+
- _APP_STORAGE_WASABI_BUCKET
379400

380401
appwrite-worker-certificates:
381-
image: appwrite/appwrite:1.4.2
402+
image: appwrite/appwrite:1.4.3
382403
entrypoint: worker-certificates
383404
<<: *x-logging
384405
container_name: appwrite-worker-certificates
@@ -412,7 +433,7 @@ services:
412433
- _APP_LOGGING_CONFIG
413434

414435
appwrite-worker-functions:
415-
image: appwrite/appwrite:1.4.2
436+
image: appwrite/appwrite:1.4.3
416437
entrypoint: worker-functions
417438
<<: *x-logging
418439
container_name: appwrite-worker-functions
@@ -449,7 +470,7 @@ services:
449470
- _APP_LOGGING_PROVIDER
450471

451472
appwrite-worker-mails:
452-
image: appwrite/appwrite:1.4.2
473+
image: appwrite/appwrite:1.4.3
453474
entrypoint: worker-mails
454475
<<: *x-logging
455476
container_name: appwrite-worker-mails
@@ -477,7 +498,7 @@ services:
477498
- _APP_LOGGING_CONFIG
478499

479500
appwrite-worker-messaging:
480-
image: appwrite/appwrite:1.4.2
501+
image: appwrite/appwrite:1.4.3
481502
entrypoint: worker-messaging
482503
<<: *x-logging
483504
container_name: appwrite-worker-messaging
@@ -499,7 +520,7 @@ services:
499520
- _APP_LOGGING_CONFIG
500521

501522
appwrite-worker-migrations:
502-
image: appwrite/appwrite:1.4.2
523+
image: appwrite/appwrite:1.4.3
503524
entrypoint: worker-migrations
504525
<<: *x-logging
505526
container_name: appwrite-worker-migrations
@@ -530,7 +551,7 @@ services:
530551
- _APP_MIGRATIONS_FIREBASE_CLIENT_SECRET
531552

532553
appwrite-maintenance:
533-
image: appwrite/appwrite:1.4.2
554+
image: appwrite/appwrite:1.4.3
534555
entrypoint: maintenance
535556
<<: *x-logging
536557
container_name: appwrite-maintenance
@@ -564,7 +585,7 @@ services:
564585
- _APP_MAINTENANCE_RETENTION_SCHEDULES
565586

566587
appwrite-usage:
567-
image: appwrite/appwrite:1.4.2
588+
image: appwrite/appwrite:1.4.3
568589
entrypoint: usage
569590
container_name: appwrite-usage
570591
<<: *x-logging
@@ -595,7 +616,7 @@ services:
595616
- _APP_LOGGING_CONFIG
596617

597618
appwrite-schedule:
598-
image: appwrite/appwrite:1.4.2
619+
image: appwrite/appwrite:1.4.3
599620
entrypoint: schedule
600621
container_name: appwrite-schedule
601622
<<: *x-logging
@@ -608,6 +629,7 @@ services:
608629
environment:
609630
- _APP_ENV
610631
- _APP_WORKER_PER_CORE
632+
- _APP_OPENSSL_KEY_V1
611633
- _APP_REDIS_HOST
612634
- _APP_REDIS_PORT
613635
- _APP_REDIS_USER
@@ -633,7 +655,7 @@ services:
633655
hostname: appwrite-executor
634656
<<: *x-logging
635657
stop_signal: SIGINT
636-
image: openruntimes/executor:0.4.0
658+
image: openruntimes/executor:0.4.1
637659
networks:
638660
- appwrite
639661
- runtimes

0 commit comments

Comments
 (0)