feat: add proxy for plugin daemon

pull/21891/head
ytqh 1 year ago
parent fc1a45c41e
commit 3ceabc4e1d

@ -159,6 +159,8 @@ services:
plugin_daemon:
image: langgenius/dify-plugin-daemon:0.0.3-local
restart: always
extra_hosts:
- "host.docker.internal:host-gateway"
environment:
# Use the shared environment variables.
<<: *shared-api-worker-env

@ -592,6 +592,8 @@ services:
plugin_daemon:
image: langgenius/dify-plugin-daemon:0.0.3-local
restart: always
extra_hosts:
- "host.docker.internal:host-gateway"
environment:
# Use the shared environment variables.
<<: *shared-api-worker-env

Loading…
Cancel
Save