@@ -539,7 +539,7 @@ x-shared-env: &shared-api-worker-env
539539services :
540540 # API service
541541 api :
542- image : langgenius/dify-api:1.6 .0
542+ image : langgenius/dify-api:1.7 .0
543543 restart : always
544544 environment :
545545 # Use the shared environment variables.
@@ -568,7 +568,7 @@ services:
568568 # worker service
569569 # The Celery worker for processing the queue.
570570 worker :
571- image : langgenius/dify-api:1.6 .0
571+ image : langgenius/dify-api:1.7 .0
572572 restart : always
573573 environment :
574574 # Use the shared environment variables.
@@ -595,7 +595,7 @@ services:
595595 # worker_beat service
596596 # Celery beat for scheduling periodic tasks.
597597 worker_beat :
598- image : langgenius/dify-api:1.5 .0
598+ image : langgenius/dify-api:1.7 .0
599599 restart : always
600600 environment :
601601 # Use the shared environment variables.
@@ -613,7 +613,7 @@ services:
613613
614614 # Frontend web application.
615615 web :
616- image : langgenius/dify-web:1.6 .0
616+ image : langgenius/dify-web:1.7 .0
617617 restart : always
618618 environment :
619619 CONSOLE_API_URL : ${CONSOLE_API_URL:-}
@@ -699,7 +699,7 @@ services:
699699
700700 # plugin daemon
701701 plugin_daemon :
702- image : langgenius/dify-plugin-daemon:0.1.3 -local
702+ image : langgenius/dify-plugin-daemon:0.2.0 -local
703703 restart : always
704704 environment :
705705 # Use the shared environment variables.
0 commit comments