fix: resolve Docker file URL networking issue for plugins (#21334) (#21382)

Co-authored-by: crazywoola <427733928@qq.com>
This commit is contained in:
K
2025-07-11 09:41:59 +05:30
committed by GitHub
parent c805238471
commit d5624ba671
7 changed files with 27 additions and 5 deletions

View File

@@ -47,6 +47,11 @@ APP_WEB_URL=
# ensuring port 5001 is externally accessible (see docker-compose.yaml).
FILES_URL=
# INTERNAL_FILES_URL is used for plugin daemon communication within Docker network.
# Set this to the internal Docker service URL for proper plugin file access.
# Example: INTERNAL_FILES_URL=http://api:5001
INTERNAL_FILES_URL=
# ------------------------------
# Server Configuration
# ------------------------------