|
|
|
|
@ -137,7 +137,7 @@ services:
|
|
|
|
|
|
|
|
|
|
# plugin daemon
|
|
|
|
|
plugin_daemon:
|
|
|
|
|
image: langgenius/dify-plugin-daemon:6ba6c9ace720cfe208d8f3dfd6a9d71ecf0e67c2-local
|
|
|
|
|
image: langgenius/dify-plugin-daemon:ac0e7f3d50cfa6c7cb872f2e8353e3b52a7cff0a-local
|
|
|
|
|
restart: always
|
|
|
|
|
environment:
|
|
|
|
|
# Use the shared environment variables.
|
|
|
|
|
@ -154,7 +154,6 @@ services:
|
|
|
|
|
PLUGIN_REMOTE_INSTALLING_PORT: ${PLUGIN_DEBUGGING_PORT:-5003}
|
|
|
|
|
PLUGIN_WORKING_PATH: ${PLUGIN_WORKING_PATH:-/app/storage/cwd}
|
|
|
|
|
ports:
|
|
|
|
|
- "${EXPOSE_PLUGIN_DAEMON_PORT:-5002}:${PLUGIN_DAEMON_PORT:-5002}"
|
|
|
|
|
- "${EXPOSE_PLUGIN_DEBUGGING_PORT:-5003}:${PLUGIN_DEBUGGING_PORT:-5003}"
|
|
|
|
|
volumes:
|
|
|
|
|
- ./volumes/plugin_daemon:/app/storage
|
|
|
|
|
|