@@ -34,7 +34,7 @@ services:
3434 - appwrite
3535
3636 appwrite :
37- image : appwrite/appwrite:1.0.0
37+ image : appwrite/appwrite:1.0.1
3838 container_name : appwrite
3939 << : *x-logging
4040 restart : unless-stopped
@@ -147,7 +147,7 @@ services:
147147 - _APP_SMS_FROM
148148
149149 appwrite-realtime :
150- image : appwrite/appwrite:1.0.0
150+ image : appwrite/appwrite:1.0.1
151151 entrypoint : realtime
152152 container_name : appwrite-realtime
153153 << : *x-logging
@@ -189,7 +189,7 @@ services:
189189 - _APP_LOGGING_CONFIG
190190
191191 appwrite-worker-audits :
192- image : appwrite/appwrite:1.0.0
192+ image : appwrite/appwrite:1.0.1
193193 entrypoint : worker-audits
194194 << : *x-logging
195195 container_name : appwrite-worker-audits
@@ -215,7 +215,7 @@ services:
215215 - _APP_LOGGING_CONFIG
216216
217217 appwrite-worker-webhooks :
218- image : appwrite/appwrite:1.0.0
218+ image : appwrite/appwrite:1.0.1
219219 entrypoint : worker-webhooks
220220 << : *x-logging
221221 container_name : appwrite-worker-webhooks
@@ -237,7 +237,7 @@ services:
237237 - _APP_LOGGING_CONFIG
238238
239239 appwrite-worker-deletes :
240- image : appwrite/appwrite:1.0.0
240+ image : appwrite/appwrite:1.0.1
241241 entrypoint : worker-deletes
242242 << : *x-logging
243243 container_name : appwrite-worker-deletes
@@ -292,7 +292,7 @@ services:
292292 - _APP_EXECUTOR_HOST
293293
294294 appwrite-worker-databases :
295- image : appwrite/appwrite:1.0.0
295+ image : appwrite/appwrite:1.0.1
296296 entrypoint : worker-databases
297297 << : *x-logging
298298 container_name : appwrite-worker-databases
@@ -318,7 +318,7 @@ services:
318318 - _APP_LOGGING_CONFIG
319319
320320 appwrite-worker-builds :
321- image : appwrite/appwrite:1.0.0
321+ image : appwrite/appwrite:1.0.1
322322 entrypoint : worker-builds
323323 << : *x-logging
324324 container_name : appwrite-worker-builds
@@ -346,7 +346,7 @@ services:
346346 - _APP_LOGGING_CONFIG
347347
348348 appwrite-worker-certificates :
349- image : appwrite/appwrite:1.0.0
349+ image : appwrite/appwrite:1.0.1
350350 entrypoint : worker-certificates
351351 << : *x-logging
352352 container_name : appwrite-worker-certificates
@@ -378,7 +378,7 @@ services:
378378 - _APP_LOGGING_CONFIG
379379
380380 appwrite-worker-functions :
381- image : appwrite/appwrite:1.0.0
381+ image : appwrite/appwrite:1.0.1
382382 entrypoint : worker-functions
383383 << : *x-logging
384384 container_name : appwrite-worker-functions
@@ -409,7 +409,7 @@ services:
409409 - DOCKERHUB_PULL_PASSWORD
410410
411411 appwrite-executor :
412- image : appwrite/appwrite:1.0.0
412+ image : appwrite/appwrite:1.0.1
413413 entrypoint : executor
414414 << : *x-logging
415415 container_name : appwrite-executor
@@ -467,7 +467,7 @@ services:
467467 - DOCKERHUB_PULL_PASSWORD
468468
469469 appwrite-worker-mails :
470- image : appwrite/appwrite:1.0.0
470+ image : appwrite/appwrite:1.0.1
471471 entrypoint : worker-mails
472472 << : *x-logging
473473 container_name : appwrite-worker-mails
@@ -494,7 +494,7 @@ services:
494494 - _APP_LOGGING_CONFIG
495495
496496 appwrite-worker-messaging :
497- image : appwrite/appwrite:1.0.0
497+ image : appwrite/appwrite:1.0.1
498498 entrypoint : worker-messaging
499499 << : *x-logging
500500 container_name : appwrite-worker-messaging
@@ -514,7 +514,7 @@ services:
514514 - _APP_LOGGING_CONFIG
515515
516516 appwrite-maintenance :
517- image : appwrite/appwrite:1.0.0
517+ image : appwrite/appwrite:1.0.1
518518 entrypoint : maintenance
519519 << : *x-logging
520520 container_name : appwrite-maintenance
@@ -544,7 +544,7 @@ services:
544544 - _APP_MAINTENANCE_RETENTION_AUDIT
545545
546546 appwrite-usage-timeseries :
547- image : appwrite/appwrite:1.0.0
547+ image : appwrite/appwrite:1.0.1
548548 entrypoint :
549549 - usage
550550 - --type=timeseries
@@ -576,7 +576,7 @@ services:
576576 - _APP_LOGGING_CONFIG
577577
578578 appwrite-usage-database :
579- image : appwrite/appwrite:1.0.0
579+ image : appwrite/appwrite:1.0.1
580580 entrypoint :
581581 - usage
582582 - --type=database
@@ -608,7 +608,7 @@ services:
608608 - _APP_LOGGING_CONFIG
609609
610610 appwrite-schedule :
611- image : appwrite/appwrite:1.0.0
611+ image : appwrite/appwrite:1.0.1
612612 entrypoint : schedule
613613 container_name : appwrite-schedule
614614 << : *x-logging
0 commit comments