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

@@ -11,6 +11,7 @@ x-shared-env: &shared-api-worker-env
APP_API_URL: ${APP_API_URL:-}
APP_WEB_URL: ${APP_WEB_URL:-}
FILES_URL: ${FILES_URL:-}
INTERNAL_FILES_URL: ${INTERNAL_FILES_URL:-}
LOG_LEVEL: ${LOG_LEVEL:-INFO}
LOG_FILE: ${LOG_FILE:-/app/logs/server.log}
LOG_FILE_MAX_SIZE: ${LOG_FILE_MAX_SIZE:-20}