File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ APP_WEB_URL=
4545# Recommendation: use a dedicated domain (e.g., https://upload.example.com).
4646# Alternatively, use http://<your-ip>:5001 or http://api:5001,
4747# ensuring port 5001 is externally accessible (see docker-compose.yaml).
48- FILES_URL =
48+ FILES_URL = http://api:5001
4949
5050# INTERNAL_FILES_URL is used for plugin daemon communication within Docker network.
5151# Set this to the internal Docker service URL for proper plugin file access.
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ x-shared-env: &shared-api-worker-env
1010 SERVICE_API_URL : ${SERVICE_API_URL:-}
1111 APP_API_URL : ${APP_API_URL:-}
1212 APP_WEB_URL : ${APP_WEB_URL:-}
13- FILES_URL : ${FILES_URL:-}
13+ FILES_URL : ${FILES_URL:-http://api:5001 }
1414 INTERNAL_FILES_URL : ${INTERNAL_FILES_URL:-}
1515 LANG : ${LANG:-en_US.UTF-8}
1616 LC_ALL : ${LC_ALL:-en_US.UTF-8}
You can’t perform that action at this time.
0 commit comments