@@ -34,7 +34,7 @@ services:
34
34
- appwrite
35
35
36
36
appwrite :
37
- image : appwrite/appwrite:1.3.1
37
+ image : appwrite/appwrite:1.3.7
38
38
container_name : appwrite
39
39
<< : *x-logging
40
40
restart : unless-stopped
@@ -151,7 +151,7 @@ services:
151
151
- _APP_GRAPHQL_MAX_DEPTH
152
152
153
153
appwrite-realtime :
154
- image : appwrite/appwrite:1.3.1
154
+ image : appwrite/appwrite:1.3.7
155
155
entrypoint : realtime
156
156
container_name : appwrite-realtime
157
157
<< : *x-logging
@@ -193,7 +193,7 @@ services:
193
193
- _APP_LOGGING_CONFIG
194
194
195
195
appwrite-worker-audits :
196
- image : appwrite/appwrite:1.3.1
196
+ image : appwrite/appwrite:1.3.7
197
197
entrypoint : worker-audits
198
198
<< : *x-logging
199
199
container_name : appwrite-worker-audits
@@ -219,7 +219,7 @@ services:
219
219
- _APP_LOGGING_CONFIG
220
220
221
221
appwrite-worker-webhooks :
222
- image : appwrite/appwrite:1.3.1
222
+ image : appwrite/appwrite:1.3.7
223
223
entrypoint : worker-webhooks
224
224
<< : *x-logging
225
225
container_name : appwrite-worker-webhooks
@@ -241,7 +241,7 @@ services:
241
241
- _APP_LOGGING_CONFIG
242
242
243
243
appwrite-worker-deletes :
244
- image : appwrite/appwrite:1.3.1
244
+ image : appwrite/appwrite:1.3.7
245
245
entrypoint : worker-deletes
246
246
<< : *x-logging
247
247
container_name : appwrite-worker-deletes
@@ -296,7 +296,7 @@ services:
296
296
- _APP_EXECUTOR_HOST
297
297
298
298
appwrite-worker-databases :
299
- image : appwrite/appwrite:1.3.1
299
+ image : appwrite/appwrite:1.3.7
300
300
entrypoint : worker-databases
301
301
<< : *x-logging
302
302
container_name : appwrite-worker-databases
@@ -322,7 +322,7 @@ services:
322
322
- _APP_LOGGING_CONFIG
323
323
324
324
appwrite-worker-builds :
325
- image : appwrite/appwrite:1.3.1
325
+ image : appwrite/appwrite:1.3.7
326
326
entrypoint : worker-builds
327
327
<< : *x-logging
328
328
container_name : appwrite-worker-builds
@@ -350,7 +350,7 @@ services:
350
350
- _APP_LOGGING_CONFIG
351
351
352
352
appwrite-worker-certificates :
353
- image : appwrite/appwrite:1.3.1
353
+ image : appwrite/appwrite:1.3.7
354
354
entrypoint : worker-certificates
355
355
<< : *x-logging
356
356
container_name : appwrite-worker-certificates
@@ -382,7 +382,7 @@ services:
382
382
- _APP_LOGGING_CONFIG
383
383
384
384
appwrite-worker-functions :
385
- image : appwrite/appwrite:1.3.1
385
+ image : appwrite/appwrite:1.3.7
386
386
entrypoint : worker-functions
387
387
<< : *x-logging
388
388
container_name : appwrite-worker-functions
@@ -413,7 +413,7 @@ services:
413
413
- DOCKERHUB_PULL_PASSWORD
414
414
415
415
appwrite-executor :
416
- image : appwrite/appwrite:1.3.1
416
+ image : appwrite/appwrite:1.3.7
417
417
entrypoint : executor
418
418
<< : *x-logging
419
419
container_name : appwrite-executor
@@ -471,7 +471,7 @@ services:
471
471
- DOCKERHUB_PULL_PASSWORD
472
472
473
473
appwrite-worker-mails :
474
- image : appwrite/appwrite:1.3.1
474
+ image : appwrite/appwrite:1.3.7
475
475
entrypoint : worker-mails
476
476
<< : *x-logging
477
477
container_name : appwrite-worker-mails
@@ -498,7 +498,7 @@ services:
498
498
- _APP_LOGGING_CONFIG
499
499
500
500
appwrite-worker-messaging :
501
- image : appwrite/appwrite:1.3.1
501
+ image : appwrite/appwrite:1.3.7
502
502
entrypoint : worker-messaging
503
503
<< : *x-logging
504
504
container_name : appwrite-worker-messaging
@@ -519,7 +519,7 @@ services:
519
519
- _APP_LOGGING_CONFIG
520
520
521
521
appwrite-maintenance :
522
- image : appwrite/appwrite:1.3.1
522
+ image : appwrite/appwrite:1.3.7
523
523
entrypoint : maintenance
524
524
<< : *x-logging
525
525
container_name : appwrite-maintenance
@@ -550,7 +550,7 @@ services:
550
550
- _APP_MAINTENANCE_RETENTION_USAGE_HOURLY
551
551
552
552
appwrite-usage :
553
- image : appwrite/appwrite:1.3.1
553
+ image : appwrite/appwrite:1.3.7
554
554
entrypoint : usage
555
555
container_name : appwrite-usage
556
556
<< : *x-logging
@@ -579,7 +579,7 @@ services:
579
579
- _APP_LOGGING_CONFIG
580
580
581
581
appwrite-schedule :
582
- image : appwrite/appwrite:1.3.1
582
+ image : appwrite/appwrite:1.3.7
583
583
entrypoint : schedule
584
584
container_name : appwrite-schedule
585
585
<< : *x-logging
0 commit comments