mirror of https://github.com/langgenius/dify.git
chore: bump plugin daemon image tag to 0.5.2-local (#29993)
This commit is contained in:
parent
ffcea39438
commit
585fd1fae0
|
|
@ -270,7 +270,7 @@ services:
|
||||||
|
|
||||||
# plugin daemon
|
# plugin daemon
|
||||||
plugin_daemon:
|
plugin_daemon:
|
||||||
image: langgenius/dify-plugin-daemon:0.5.1-local
|
image: langgenius/dify-plugin-daemon:0.5.2-local
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
# Use the shared environment variables.
|
# Use the shared environment variables.
|
||||||
|
|
|
||||||
|
|
@ -123,7 +123,7 @@ services:
|
||||||
|
|
||||||
# plugin daemon
|
# plugin daemon
|
||||||
plugin_daemon:
|
plugin_daemon:
|
||||||
image: langgenius/dify-plugin-daemon:0.5.1-local
|
image: langgenius/dify-plugin-daemon:0.5.2-local
|
||||||
restart: always
|
restart: always
|
||||||
env_file:
|
env_file:
|
||||||
- ./middleware.env
|
- ./middleware.env
|
||||||
|
|
|
||||||
|
|
@ -939,7 +939,7 @@ services:
|
||||||
|
|
||||||
# plugin daemon
|
# plugin daemon
|
||||||
plugin_daemon:
|
plugin_daemon:
|
||||||
image: langgenius/dify-plugin-daemon:0.5.1-local
|
image: langgenius/dify-plugin-daemon:0.5.2-local
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
# Use the shared environment variables.
|
# Use the shared environment variables.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue