@@ -34,7 +34,7 @@ services:
34
34
- appwrite
35
35
36
36
appwrite :
37
- image : appwrite/appwrite:0.15.2
37
+ image : appwrite/appwrite:0.15.3
38
38
container_name : appwrite
39
39
<< : *x-logging
40
40
restart : unless-stopped
@@ -146,7 +146,7 @@ services:
146
146
- _APP_PHONE_SECRET
147
147
148
148
appwrite-realtime :
149
- image : appwrite/appwrite:0.15.2
149
+ image : appwrite/appwrite:0.15.3
150
150
entrypoint : realtime
151
151
container_name : appwrite-realtime
152
152
<< : *x-logging
@@ -188,7 +188,7 @@ services:
188
188
- _APP_LOGGING_CONFIG
189
189
190
190
appwrite-worker-audits :
191
- image : appwrite/appwrite:0.15.2
191
+ image : appwrite/appwrite:0.15.3
192
192
entrypoint : worker-audits
193
193
<< : *x-logging
194
194
container_name : appwrite-worker-audits
@@ -214,7 +214,7 @@ services:
214
214
- _APP_LOGGING_CONFIG
215
215
216
216
appwrite-worker-webhooks :
217
- image : appwrite/appwrite:0.15.2
217
+ image : appwrite/appwrite:0.15.3
218
218
entrypoint : worker-webhooks
219
219
<< : *x-logging
220
220
container_name : appwrite-worker-webhooks
@@ -236,7 +236,7 @@ services:
236
236
- _APP_LOGGING_CONFIG
237
237
238
238
appwrite-worker-deletes :
239
- image : appwrite/appwrite:0.15.2
239
+ image : appwrite/appwrite:0.15.3
240
240
entrypoint : worker-deletes
241
241
<< : *x-logging
242
242
container_name : appwrite-worker-deletes
@@ -246,7 +246,7 @@ services:
246
246
depends_on :
247
247
- redis
248
248
- mariadb
249
- volumes :
249
+ volumes :
250
250
- appwrite-uploads:/storage/uploads:rw
251
251
- appwrite-cache:/storage/cache:rw
252
252
- appwrite-functions:/storage/functions:rw
@@ -291,7 +291,7 @@ services:
291
291
- _APP_EXECUTOR_HOST
292
292
293
293
appwrite-worker-databases :
294
- image : appwrite/appwrite:0.15.2
294
+ image : appwrite/appwrite:0.15.3
295
295
entrypoint : worker-databases
296
296
<< : *x-logging
297
297
container_name : appwrite-worker-databases
@@ -317,7 +317,7 @@ services:
317
317
- _APP_LOGGING_CONFIG
318
318
319
319
appwrite-worker-builds :
320
- image : appwrite/appwrite:0.15.2
320
+ image : appwrite/appwrite:0.15.3
321
321
entrypoint : worker-builds
322
322
<< : *x-logging
323
323
container_name : appwrite-worker-builds
@@ -345,7 +345,7 @@ services:
345
345
- _APP_LOGGING_CONFIG
346
346
347
347
appwrite-worker-certificates :
348
- image : appwrite/appwrite:0.15.2
348
+ image : appwrite/appwrite:0.15.3
349
349
entrypoint : worker-certificates
350
350
<< : *x-logging
351
351
container_name : appwrite-worker-certificates
@@ -355,7 +355,7 @@ services:
355
355
depends_on :
356
356
- redis
357
357
- mariadb
358
- volumes :
358
+ volumes :
359
359
- appwrite-config:/storage/config:rw
360
360
- appwrite-certificates:/storage/certificates:rw
361
361
environment :
@@ -377,7 +377,7 @@ services:
377
377
- _APP_LOGGING_CONFIG
378
378
379
379
appwrite-worker-functions :
380
- image : appwrite/appwrite:0.15.2
380
+ image : appwrite/appwrite:0.15.3
381
381
entrypoint : worker-functions
382
382
<< : *x-logging
383
383
container_name : appwrite-worker-functions
@@ -408,7 +408,7 @@ services:
408
408
- DOCKERHUB_PULL_PASSWORD
409
409
410
410
appwrite-executor :
411
- image : appwrite/appwrite:0.15.2
411
+ image : appwrite/appwrite:0.15.3
412
412
entrypoint : executor
413
413
<< : *x-logging
414
414
container_name : appwrite-executor
@@ -466,7 +466,7 @@ services:
466
466
- DOCKERHUB_PULL_PASSWORD
467
467
468
468
appwrite-worker-mails :
469
- image : appwrite/appwrite:0.15.2
469
+ image : appwrite/appwrite:0.15.3
470
470
entrypoint : worker-mails
471
471
<< : *x-logging
472
472
container_name : appwrite-worker-mails
@@ -493,7 +493,7 @@ services:
493
493
- _APP_LOGGING_CONFIG
494
494
495
495
appwrite-worker-messaging :
496
- image : appwrite/appwrite:0.15.2
496
+ image : appwrite/appwrite:0.15.3
497
497
entrypoint : worker-messaging
498
498
<< : *x-logging
499
499
container_name : appwrite-worker-messaging
@@ -513,7 +513,7 @@ services:
513
513
- _APP_LOGGING_CONFIG
514
514
515
515
appwrite-maintenance :
516
- image : appwrite/appwrite:0.15.2
516
+ image : appwrite/appwrite:0.15.3
517
517
entrypoint : maintenance
518
518
<< : *x-logging
519
519
container_name : appwrite-maintenance
@@ -542,7 +542,7 @@ services:
542
542
- _APP_MAINTENANCE_RETENTION_AUDIT
543
543
544
544
appwrite-usage :
545
- image : appwrite/appwrite:0.15.2
545
+ image : appwrite/appwrite:0.15.3
546
546
entrypoint : usage
547
547
container_name : appwrite-usage
548
548
<< : *x-logging
@@ -571,7 +571,7 @@ services:
571
571
- _APP_LOGGING_CONFIG
572
572
573
573
appwrite-schedule :
574
- image : appwrite/appwrite:0.15.2
574
+ image : appwrite/appwrite:0.15.3
575
575
entrypoint : schedule
576
576
container_name : appwrite-schedule
577
577
<< : *x-logging
0 commit comments