@@ -34,7 +34,7 @@ services:
3434 - appwrite
3535
3636 appwrite :
37- image : appwrite/appwrite:1.2.0
37+ image : appwrite/appwrite:1.2.1
3838 container_name : appwrite
3939 << : *x-logging
4040 restart : unless-stopped
@@ -151,7 +151,7 @@ services:
151151 - _APP_GRAPHQL_MAX_DEPTH
152152
153153 appwrite-realtime :
154- image : appwrite/appwrite:1.2.0
154+ image : appwrite/appwrite:1.2.1
155155 entrypoint : realtime
156156 container_name : appwrite-realtime
157157 << : *x-logging
@@ -193,7 +193,7 @@ services:
193193 - _APP_LOGGING_CONFIG
194194
195195 appwrite-worker-audits :
196- image : appwrite/appwrite:1.2.0
196+ image : appwrite/appwrite:1.2.1
197197 entrypoint : worker-audits
198198 << : *x-logging
199199 container_name : appwrite-worker-audits
@@ -219,7 +219,7 @@ services:
219219 - _APP_LOGGING_CONFIG
220220
221221 appwrite-worker-webhooks :
222- image : appwrite/appwrite:1.2.0
222+ image : appwrite/appwrite:1.2.1
223223 entrypoint : worker-webhooks
224224 << : *x-logging
225225 container_name : appwrite-worker-webhooks
@@ -241,7 +241,7 @@ services:
241241 - _APP_LOGGING_CONFIG
242242
243243 appwrite-worker-deletes :
244- image : appwrite/appwrite:1.2.0
244+ image : appwrite/appwrite:1.2.1
245245 entrypoint : worker-deletes
246246 << : *x-logging
247247 container_name : appwrite-worker-deletes
@@ -296,7 +296,7 @@ services:
296296 - _APP_EXECUTOR_HOST
297297
298298 appwrite-worker-databases :
299- image : appwrite/appwrite:1.2.0
299+ image : appwrite/appwrite:1.2.1
300300 entrypoint : worker-databases
301301 << : *x-logging
302302 container_name : appwrite-worker-databases
@@ -322,7 +322,7 @@ services:
322322 - _APP_LOGGING_CONFIG
323323
324324 appwrite-worker-builds :
325- image : appwrite/appwrite:1.2.0
325+ image : appwrite/appwrite:1.2.1
326326 entrypoint : worker-builds
327327 << : *x-logging
328328 container_name : appwrite-worker-builds
@@ -350,7 +350,7 @@ services:
350350 - _APP_LOGGING_CONFIG
351351
352352 appwrite-worker-certificates :
353- image : appwrite/appwrite:1.2.0
353+ image : appwrite/appwrite:1.2.1
354354 entrypoint : worker-certificates
355355 << : *x-logging
356356 container_name : appwrite-worker-certificates
@@ -360,7 +360,7 @@ services:
360360 depends_on :
361361 - redis
362362 - mariadb
363- volumes :
363+ volumes :
364364 - appwrite-config:/storage/config:rw
365365 - appwrite-certificates:/storage/certificates:rw
366366 environment :
@@ -382,7 +382,7 @@ services:
382382 - _APP_LOGGING_CONFIG
383383
384384 appwrite-worker-functions :
385- image : appwrite/appwrite:1.2.0
385+ image : appwrite/appwrite:1.2.1
386386 entrypoint : worker-functions
387387 << : *x-logging
388388 container_name : appwrite-worker-functions
@@ -413,7 +413,7 @@ services:
413413 - DOCKERHUB_PULL_PASSWORD
414414
415415 appwrite-executor :
416- image : appwrite/appwrite:1.2.0
416+ image : appwrite/appwrite:1.2.1
417417 entrypoint : executor
418418 << : *x-logging
419419 container_name : appwrite-executor
@@ -471,7 +471,7 @@ services:
471471 - DOCKERHUB_PULL_PASSWORD
472472
473473 appwrite-worker-mails :
474- image : appwrite/appwrite:1.2.0
474+ image : appwrite/appwrite:1.2.1
475475 entrypoint : worker-mails
476476 << : *x-logging
477477 container_name : appwrite-worker-mails
@@ -498,10 +498,11 @@ services:
498498 - _APP_LOGGING_CONFIG
499499
500500 appwrite-worker-messaging :
501- image : appwrite/appwrite:1.2.0
501+ image : appwrite/appwrite:1.2.1
502502 entrypoint : worker-messaging
503503 << : *x-logging
504504 container_name : appwrite-worker-messaging
505+ restart : unless-stopped
505506 networks :
506507 - appwrite
507508 depends_on :
@@ -518,7 +519,7 @@ services:
518519 - _APP_LOGGING_CONFIG
519520
520521 appwrite-maintenance :
521- image : appwrite/appwrite:1.2.0
522+ image : appwrite/appwrite:1.2.1
522523 entrypoint : maintenance
523524 << : *x-logging
524525 container_name : appwrite-maintenance
@@ -549,7 +550,7 @@ services:
549550 - _APP_MAINTENANCE_RETENTION_USAGE_HOURLY
550551
551552 appwrite-usage :
552- image : appwrite/appwrite:1.2.0
553+ image : appwrite/appwrite:1.2.1
553554 entrypoint : usage
554555 container_name : appwrite-usage
555556 << : *x-logging
@@ -578,7 +579,7 @@ services:
578579 - _APP_LOGGING_CONFIG
579580
580581 appwrite-schedule :
581- image : appwrite/appwrite:1.2.0
582+ image : appwrite/appwrite:1.2.1
582583 entrypoint : schedule
583584 container_name : appwrite-schedule
584585 << : *x-logging
@@ -655,16 +656,6 @@ services:
655656 - _APP_INFLUXDB_HOST
656657 - _APP_INFLUXDB_PORT
657658
658- # grafana:
659- # image: grafana/grafana
660- # container_name: appwrite-grafana
661- # ports:
662- # - "3001:3000"
663- # networks:
664- # - appwrite
665- # volumes:
666- # - appwrite-grafana:/var/lib/grafana
667-
668659networks :
669660 gateway :
670661 appwrite :
@@ -681,4 +672,3 @@ volumes:
681672 appwrite-influxdb :
682673 appwrite-config :
683674 appwrite-executor :
684- # appwrite-grafana:
0 commit comments