Bladeren bron
fix(docker): plugin daemon lacks database dependency (#15038)
Co-authored-by: crazywoola <427733928@qq.com>
tags/1.0.1
Pascal M
8 maanden geleden
bovenliggende
commit
6101733232
No account linked to committer's email address
|
|
|
@@ -153,7 +153,8 @@ services: |
|
|
|
- "${EXPOSE_PLUGIN_DEBUGGING_PORT:-5003}:${PLUGIN_DEBUGGING_PORT:-5003}" |
|
|
|
volumes: |
|
|
|
- ./volumes/plugin_daemon:/app/storage |
|
|
|
|
|
|
|
depends_on: |
|
|
|
- db |
|
|
|
|
|
|
|
# ssrf_proxy server |
|
|
|
# for more information, please refer to |
|
|
|
@@ -568,7 +568,8 @@ services: |
|
|
|
- "${EXPOSE_PLUGIN_DEBUGGING_PORT:-5003}:${PLUGIN_DEBUGGING_PORT:-5003}" |
|
|
|
volumes: |
|
|
|
- ./volumes/plugin_daemon:/app/storage |
|
|
|
|
|
|
|
depends_on: |
|
|
|
- db |
|
|
|
|
|
|
|
# ssrf_proxy server |
|
|
|
# for more information, please refer to |