@@ -34,7 +34,7 @@ services:
34
34
- appwrite
35
35
36
36
appwrite :
37
- image : appwrite/appwrite:1.0.1
37
+ image : appwrite/appwrite:1.0.2
38
38
container_name : appwrite
39
39
<< : *x-logging
40
40
restart : unless-stopped
@@ -147,7 +147,7 @@ services:
147
147
- _APP_SMS_FROM
148
148
149
149
appwrite-realtime :
150
- image : appwrite/appwrite:1.0.1
150
+ image : appwrite/appwrite:1.0.2
151
151
entrypoint : realtime
152
152
container_name : appwrite-realtime
153
153
<< : *x-logging
@@ -189,7 +189,7 @@ services:
189
189
- _APP_LOGGING_CONFIG
190
190
191
191
appwrite-worker-audits :
192
- image : appwrite/appwrite:1.0.1
192
+ image : appwrite/appwrite:1.0.2
193
193
entrypoint : worker-audits
194
194
<< : *x-logging
195
195
container_name : appwrite-worker-audits
@@ -215,7 +215,7 @@ services:
215
215
- _APP_LOGGING_CONFIG
216
216
217
217
appwrite-worker-webhooks :
218
- image : appwrite/appwrite:1.0.1
218
+ image : appwrite/appwrite:1.0.2
219
219
entrypoint : worker-webhooks
220
220
<< : *x-logging
221
221
container_name : appwrite-worker-webhooks
@@ -237,7 +237,7 @@ services:
237
237
- _APP_LOGGING_CONFIG
238
238
239
239
appwrite-worker-deletes :
240
- image : appwrite/appwrite:1.0.1
240
+ image : appwrite/appwrite:1.0.2
241
241
entrypoint : worker-deletes
242
242
<< : *x-logging
243
243
container_name : appwrite-worker-deletes
@@ -292,7 +292,7 @@ services:
292
292
- _APP_EXECUTOR_HOST
293
293
294
294
appwrite-worker-databases :
295
- image : appwrite/appwrite:1.0.1
295
+ image : appwrite/appwrite:1.0.2
296
296
entrypoint : worker-databases
297
297
<< : *x-logging
298
298
container_name : appwrite-worker-databases
@@ -318,7 +318,7 @@ services:
318
318
- _APP_LOGGING_CONFIG
319
319
320
320
appwrite-worker-builds :
321
- image : appwrite/appwrite:1.0.1
321
+ image : appwrite/appwrite:1.0.2
322
322
entrypoint : worker-builds
323
323
<< : *x-logging
324
324
container_name : appwrite-worker-builds
@@ -346,7 +346,7 @@ services:
346
346
- _APP_LOGGING_CONFIG
347
347
348
348
appwrite-worker-certificates :
349
- image : appwrite/appwrite:1.0.1
349
+ image : appwrite/appwrite:1.0.2
350
350
entrypoint : worker-certificates
351
351
<< : *x-logging
352
352
container_name : appwrite-worker-certificates
@@ -378,7 +378,7 @@ services:
378
378
- _APP_LOGGING_CONFIG
379
379
380
380
appwrite-worker-functions :
381
- image : appwrite/appwrite:1.0.1
381
+ image : appwrite/appwrite:1.0.2
382
382
entrypoint : worker-functions
383
383
<< : *x-logging
384
384
container_name : appwrite-worker-functions
@@ -409,7 +409,7 @@ services:
409
409
- DOCKERHUB_PULL_PASSWORD
410
410
411
411
appwrite-executor :
412
- image : appwrite/appwrite:1.0.1
412
+ image : appwrite/appwrite:1.0.2
413
413
entrypoint : executor
414
414
<< : *x-logging
415
415
container_name : appwrite-executor
@@ -467,7 +467,7 @@ services:
467
467
- DOCKERHUB_PULL_PASSWORD
468
468
469
469
appwrite-worker-mails :
470
- image : appwrite/appwrite:1.0.1
470
+ image : appwrite/appwrite:1.0.2
471
471
entrypoint : worker-mails
472
472
<< : *x-logging
473
473
container_name : appwrite-worker-mails
@@ -494,7 +494,7 @@ services:
494
494
- _APP_LOGGING_CONFIG
495
495
496
496
appwrite-worker-messaging :
497
- image : appwrite/appwrite:1.0.1
497
+ image : appwrite/appwrite:1.0.2
498
498
entrypoint : worker-messaging
499
499
<< : *x-logging
500
500
container_name : appwrite-worker-messaging
@@ -514,7 +514,7 @@ services:
514
514
- _APP_LOGGING_CONFIG
515
515
516
516
appwrite-maintenance :
517
- image : appwrite/appwrite:1.0.1
517
+ image : appwrite/appwrite:1.0.2
518
518
entrypoint : maintenance
519
519
<< : *x-logging
520
520
container_name : appwrite-maintenance
@@ -544,7 +544,7 @@ services:
544
544
- _APP_MAINTENANCE_RETENTION_AUDIT
545
545
546
546
appwrite-usage-timeseries :
547
- image : appwrite/appwrite:1.0.1
547
+ image : appwrite/appwrite:1.0.2
548
548
entrypoint :
549
549
- usage
550
550
- --type=timeseries
@@ -576,7 +576,7 @@ services:
576
576
- _APP_LOGGING_CONFIG
577
577
578
578
appwrite-usage-database :
579
- image : appwrite/appwrite:1.0.1
579
+ image : appwrite/appwrite:1.0.2
580
580
entrypoint :
581
581
- usage
582
582
- --type=database
@@ -608,7 +608,7 @@ services:
608
608
- _APP_LOGGING_CONFIG
609
609
610
610
appwrite-schedule :
611
- image : appwrite/appwrite:1.0.1
611
+ image : appwrite/appwrite:1.0.2
612
612
entrypoint : schedule
613
613
container_name : appwrite-schedule
614
614
<< : *x-logging
0 commit comments