Merge branch 'langgenius:main' into add-document-status-update

pull/18235/head
GuanMu 1 year ago committed by GitHub
commit 37102f92fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -142,7 +142,7 @@ services:
# plugin daemon # plugin daemon
plugin_daemon: plugin_daemon:
image: langgenius/dify-plugin-daemon:0.0.8-local image: langgenius/dify-plugin-daemon:0.0.9-local
restart: always restart: always
environment: environment:
# Use the shared environment variables. # Use the shared environment variables.

@ -71,7 +71,7 @@ services:
# plugin daemon # plugin daemon
plugin_daemon: plugin_daemon:
image: langgenius/dify-plugin-daemon:0.0.8-local image: langgenius/dify-plugin-daemon:0.0.9-local
restart: always restart: always
env_file: env_file:
- ./middleware.env - ./middleware.env

@ -619,7 +619,7 @@ services:
# plugin daemon # plugin daemon
plugin_daemon: plugin_daemon:
image: langgenius/dify-plugin-daemon:0.0.8-local image: langgenius/dify-plugin-daemon:0.0.9-local
restart: always restart: always
environment: environment:
# Use the shared environment variables. # Use the shared environment variables.

Loading…
Cancel
Save